diff --git a/static/search.js b/static/search.js index b7b37943..788d0a8a 100644 --- a/static/search.js +++ b/static/search.js @@ -220,7 +220,7 @@ var Search = Control.extend({ // @param dataUrl the url of the searchMapHash.json file // // @returns thenable that resolves to true if localStorage was cleared and false otherwise - checkSearchMapHash(dataUrl) { + checkSearchMapHash: function(dataUrl) { var self = this, returnDeferred = $.Deferred();