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

Replace some Muttator references.

This commit is contained in:
Doug Kearns
2010-10-01 03:09:31 +10:00
parent 725cf1f1f7
commit 924f6ab1b2
8 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
let uri = Components.classes["@mozilla.org/network/io-service;1"]
.getService(Components.interfaces.nsIIOService)
.newURI("dactyl://help/options", null, null);
Application.activeWindow.open(uri).focus(); // TODO: generalise for Muttator et al.
Application.activeWindow.open(uri).focus(); // TODO: generalise for Teledactyl et al.
window.close();
</script>
</window>