From ecbc13e575316bc83cce1c99b04e84d9b850c105 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 27 Nov 2011 11:44:19 -0500 Subject: Kill strict mode for the moment. --- common/content/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/content/help.js') diff --git a/common/content/help.js b/common/content/help.js index 9faf7a2a..0bde1ee4 100644 --- a/common/content/help.js +++ b/common/content/help.js @@ -2,7 +2,7 @@ // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. -"use strict"; +/* use strict */ function checkFragment() { document.title = document.getElementsByTagNameNS("http://www.w3.org/1999/xhtml", "title")[0].textContent; -- cgit v1.2.3