mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix s/self/this in JavaScript.
This commit is contained in:
@@ -239,7 +239,7 @@ var Search = {
|
||||
},
|
||||
|
||||
hasIndex : function() {
|
||||
return self._index !== null;
|
||||
return this._index !== null;
|
||||
},
|
||||
|
||||
deferQuery : function(query) {
|
||||
|
||||
Reference in New Issue
Block a user