diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2009-12-16 11:15:34 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2009-12-16 11:15:34 +0100 |
commit | 0c3bbffbc6679217d426bdbe5c16cd6130aa8107 (patch) | |
tree | 41e95c934f3edf00c67dd4363dd696958616c0c2 /lib/scripts/index.js | |
parent | fb55a3dea369ee2d294a5723ab4899a87e38a16a (diff) | |
download | dokuwiki-0c3bbffbc6679217d426bdbe5c16cd6130aa8107.tar.gz dokuwiki-0c3bbffbc6679217d426bdbe5c16cd6130aa8107.zip |
added var in index.js
Ignore-this: 8912201740e23f9daaf96a0a3ce0c11a
darcs-hash:20091216101534-6e07b-a6bb350029865813d5daf742c4311e31cf5c6a80.gz
Diffstat (limited to 'lib/scripts/index.js')
-rw-r--r-- | lib/scripts/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/index.js b/lib/scripts/index.js index c33eb9597..9c7943d0c 100644 --- a/lib/scripts/index.js +++ b/lib/scripts/index.js @@ -4,7 +4,7 @@ * @author Andreas Gohr <andi@splitbrain.org> */ -index = { +var index = { /** * Delay in ms before showing the throbber. |