diff options
author | Kris Maglione <kris@vimperator.org> | 2010-08-15 07:49:52 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2010-08-15 07:49:52 -0400 |
commit | daa2d5dcc53d648db012f01cd879c29f280d52fa (patch) | |
tree | af1d8821137dda7cba50e2a34721f880cdf33128 /common/content/bookmarks.js | |
parent | f3c32988f12b725988ce86ff55d98d0b1ac3ccb6 (diff) | |
download | pentadactyl-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.js | 2 |
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"; |