1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 01:57:58 +01:00

Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...

--HG--
branch : testing
This commit is contained in:
Kris Maglione
2010-08-15 07:49:52 -04:00
parent f3c32988f1
commit daa2d5dcc5
36 changed files with 44 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
// Header:
"use strict";
const Name = "Vimperator";
/*
* We can't load our modules here, so the following code is sadly