summaryrefslogtreecommitdiff
path: root/common/content/bookmarks.js
diff options
context:
space:
mode:
authorKris Maglione <kris@vimperator.org>2010-08-15 07:49:52 -0400
committerKris Maglione <kris@vimperator.org>2010-08-15 07:49:52 -0400
commitdaa2d5dcc53d648db012f01cd879c29f280d52fa (patch)
treeaf1d8821137dda7cba50e2a34721f880cdf33128 /common/content/bookmarks.js
parentf3c32988f12b725988ce86ff55d98d0b1ac3ccb6 (diff)
downloadpentadactyl-daa2d5dcc53d648db012f01cd879c29f280d52fa.tar.gz
Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...
--HG-- branch : testing
Diffstat (limited to 'common/content/bookmarks.js')
-rw-r--r--common/content/bookmarks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js
index 7c7d47f0..eea59c69 100644
--- a/common/content/bookmarks.js
+++ b/common/content/bookmarks.js
@@ -4,7 +4,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";
const DEFAULT_FAVICON = "chrome://mozapps/skin/places/defaultFavicon.png";