From c0e8ce2f3015e4f4200dc9e96a5751d8ef885201 Mon Sep 17 00:00:00 2001 From: Mick McGrath Date: Thu, 18 May 2017 14:46:51 -0500 Subject: [PATCH] remove some more es6 stuff --- static/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();