Fix lint errors

pull/1/head
yflory 2017-03-28 11:05:45 +02:00
parent af68e41fb6
commit 72fecb9549
1 changed files with 2 additions and 2 deletions

View File

@ -127,12 +127,12 @@ define([
};
var setSearchCursor = function () {
$input = $iframe.find('#searchInput');
var $input = $iframe.find('#searchInput');
localStorage.searchCursor = $input[0].selectionStart;
};
var getSearchCursor = function () {
return localStorage.searchCursor || 0;
}
};
var now = function () {