Fixed more indentation issues.
This commit is contained in:
parent
6e9657105b
commit
16e26310e1
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…
Reference in New Issue
Block a user