1
0
mirror of synced 2024-11-26 06:46:04 +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

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