www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 5806c538250836ed1c6410718cf0da5a86ceadc9
parent 73b0bc67c569cb1b3a45dfa76171e1d5d5ba95b5
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 22 Jul 2013 20:30:45 -0400

Evaluate test.js as JS 1.8 in Firefox 17

Diffstat:
Mchrome/content/zotero/test/test.xul | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/test/test.xul b/chrome/content/zotero/test/test.xul @@ -11,7 +11,7 @@ style="padding:2em"> <script src="../include.js"/> - <script src="test.js"/> + <script type="application/javascript;version=1.8" src="test.js"/> <hbox><label>This is a test page.</label></hbox> </window>