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

Move overlay magic from util to overlay module.

This commit is contained in:
Kris Maglione
2011-08-15 00:03:57 -04:00
parent 681af3e618
commit 07d6099a95
10 changed files with 282 additions and 259 deletions

View File

@@ -13,8 +13,8 @@
*/
var Browser = Module("browser", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
init: function init() {
this.cleanupProgressListener = util.overlayObject(window.XULBrowserWindow,
this.progressListener);
this.cleanupProgressListener = overlay.overlayObject(window.XULBrowserWindow,
this.progressListener);
util.addObserver(this);
},