Skip to content

Commit 571949a

Browse files
Merge pull request #246 from canjs/remove-more-es6
remove some more es6 stuff from search
2 parents a762786 + c0e8ce2 commit 571949a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ var Search = Control.extend({
220220
// @param dataUrl the url of the searchMapHash.json file
221221
//
222222
// @returns thenable that resolves to true if localStorage was cleared and false otherwise
223-
checkSearchMapHash(dataUrl) {
223+
checkSearchMapHash: function(dataUrl) {
224224
var self = this,
225225
returnDeferred = $.Deferred();
226226

0 commit comments

Comments
 (0)