1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Tab to spaces

This commit is contained in:
Streid 2013-08-09 11:33:41 +03:00
parent 1d1212c5ed
commit e4c1e061e4

View File

@ -695,7 +695,7 @@ the specific language governing permissions and limitations under the Apache Lic
this.dropdown.addClass(evaluate(opts.dropdownCssClass));
this.dropdown.data("select2", this);
syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);
syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass);
this.results = results = this.container.find(resultsSelector);
this.search = search = this.container.find("input.select2-input");