1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 00:14:12 +01:00

Merge default.

--HG--
branch : bootstrapped
This commit is contained in:
Kris Maglione
2010-12-24 20:45:19 -05:00
7 changed files with 11 additions and 11 deletions

View File

@@ -267,7 +267,7 @@ const Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
return stack.top;
},
compileMacro: function compileFormat(macro, keepUnknown) {
compileMacro: function compileMacro(macro, keepUnknown) {
let stack = [frame()];
stack.__defineGetter__("top", function () this[this.length - 1]);