1
0
mirror of synced 2024-11-25 22:36:03 +03:00

Fixed more indentation issues.

This commit is contained in:
Nadim Afana 2016-05-06 12:28:49 -07:00
parent 6e9657105b
commit 16e26310e1
2 changed files with 2 additions and 2 deletions

View File

@ -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');
});

View File

@ -93,7 +93,7 @@ define([
Utils.StoreData(this, 'select2-scroll-position', {
x: $(this).scrollLeft(),
y: $(this).scrollTop()
});
});
});
$watchers.on(scrollEvent, function (ev) {