1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 08:25:46 +01:00

Add missing semicolons.

This commit is contained in:
Doug Kearns
2015-05-25 23:54:56 +10:00
parent 72a4d80ad1
commit 5ab1befbf7
35 changed files with 82 additions and 84 deletions

View File

@@ -59,7 +59,7 @@ var wrapCallback = function wrapCallback(fn, isEvent) {
};
fn.wrapper.wrapped = fn;
return fn.wrapper;
}
};
var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]), {
Magic: Magic,