Fix lint errors
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user