Fix s/self/this in JavaScript.

This commit is contained in:
Georg Brandl
2008-12-06 08:58:15 +01:00
parent 106ec3b249
commit 21a45409b1
+1 -1
View File
@@ -239,7 +239,7 @@ var Search = {
},
hasIndex : function() {
return self._index !== null;
return this._index !== null;
},
deferQuery : function(query) {