1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 03:05:45 +01:00

Death to E4X and stuff.

This commit is contained in:
Kris Maglione
2012-11-28 20:24:44 -08:00
parent 23b6c07666
commit 276956284e
19 changed files with 129 additions and 88 deletions

View File

@@ -108,7 +108,7 @@ var Help = Module("Help", {
{ mimeType: "text/plain;charset=UTF-8" })
.responseText;
let re = util.regexp(UTF8(<![CDATA[
let re = util.regexp(UTF8(literal(/*
^ (?P<comment> \s* # .*\n)
| ^ (?P<space> \s*)
@@ -124,7 +124,7 @@ var Help = Module("Help", {
)
| (?: ^ [^\S\n]* \n) +
]]>), "gmxy");
*/)), "gmxy");
let betas = util.regexp(/\[((?:b|rc)\d)\]/, "gx");