1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:02:28 +01:00

Fix :noremap. (Probably) Fixes issue #168.

This commit is contained in:
Kris Maglione
2010-12-08 14:56:11 -05:00
parent 3e8002f0d7
commit a0335cb437
2 changed files with 8 additions and 17 deletions

View File

@@ -134,6 +134,9 @@ const Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
*/
compareIgnoreCase: function compareIgnoreCase(a, b) String.localeCompare(a.toLowerCase(), b.toLowerCase()),
compileFormat: function compileFormat(format) {
},
/**
* Returns an object representing a Node's computed CSS style.
*