Fix lint errors

pull/1/head
yflory 8 years ago
parent af68e41fb6
commit 72fecb9549

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

Loading…
Cancel
Save