mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 22:55:46 +01:00
Fix some typos.
This commit is contained in:
@@ -256,7 +256,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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user