Fixed more indentation issues.
This commit is contained in:
parent
6e9657105b
commit
16e26310e1
2 changed files with 2 additions and 2 deletions
2
src/js/select2/compat/inputData.js
vendored
2
src/js/select2/compat/inputData.js
vendored
|
@ -117,7 +117,7 @@ define([
|
|||
};
|
||||
|
||||
InputData.prototype.addOptions = function (_, $options) {
|
||||
var options = $.map($options, function ($option) {
|
||||
var options = $.map($options, function ($option) {
|
||||
return Utils.GetData($option[0], 'data');
|
||||
});
|
||||
|
||||
|
|
2
src/js/select2/dropdown/attachBody.js
vendored
2
src/js/select2/dropdown/attachBody.js
vendored
|
@ -93,7 +93,7 @@ define([
|
|||
Utils.StoreData(this, 'select2-scroll-position', {
|
||||
x: $(this).scrollLeft(),
|
||||
y: $(this).scrollTop()
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
$watchers.on(scrollEvent, function (ev) {
|
||||
|
|
Loading…
Add table
Reference in a new issue