mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 07:44:10 +01:00
Move some event-based code into observers in the modules it affects.
This commit is contained in:
@@ -515,6 +515,12 @@ var CommandLine = Module("commandline", {
|
||||
}; //}}}
|
||||
},
|
||||
|
||||
signals: {
|
||||
"browser.locationChange": function (webProgress, request, uri) {
|
||||
this.clear();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Determines whether the command line should be visible.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user