We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a762786 + c0e8ce2 commit 571949aCopy full SHA for 571949a
static/search.js
@@ -220,7 +220,7 @@ var Search = Control.extend({
220
// @param dataUrl the url of the searchMapHash.json file
221
//
222
// @returns thenable that resolves to true if localStorage was cleared and false otherwise
223
- checkSearchMapHash(dataUrl) {
+ checkSearchMapHash: function(dataUrl) {
224
var self = this,
225
returnDeferred = $.Deferred();
226
0 commit comments