From 21a45409b1acc083e3bea013c2cbf4e16ef8c576 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 6 Dec 2008 08:58:15 +0100 Subject: [PATCH] Fix s/self/this in JavaScript. --- sphinx/static/searchtools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/static/searchtools.js b/sphinx/static/searchtools.js index e945d20f07..eb7d62c387 100644 --- a/sphinx/static/searchtools.js +++ b/sphinx/static/searchtools.js @@ -239,7 +239,7 @@ var Search = { }, hasIndex : function() { - return self._index !== null; + return this._index !== null; }, deferQuery : function(query) {