minor formatting cleanup
This commit is contained in:
parent
607d3a3a6e
commit
6183a490a3
@ -856,7 +856,6 @@
|
|||||||
return opts;
|
return opts;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
SingleSelect2.prototype.setPlaceholder = function () {
|
SingleSelect2.prototype.setPlaceholder = function () {
|
||||||
var placeholder = this.getPlaceholder();
|
var placeholder = this.getPlaceholder();
|
||||||
|
|
||||||
@ -1320,7 +1319,7 @@
|
|||||||
return (value === undefined) ? this : value;
|
return (value === undefined) ? this : value;
|
||||||
};
|
};
|
||||||
|
|
||||||
// exports
|
// exports
|
||||||
window.Select2 = {
|
window.Select2 = {
|
||||||
query: {
|
query: {
|
||||||
ajax: ajax,
|
ajax: ajax,
|
||||||
@ -1335,7 +1334,4 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}(jQuery));
|
||||||
(jQuery)
|
|
||||||
)
|
|
||||||
;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user