mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 04:35:45 +01:00
Formatting fixes.
This commit is contained in:
@@ -158,7 +158,7 @@ const Config = Module("config", {
|
||||
// FIXME: tab arg and media tab exception?
|
||||
stop: function (tab) {
|
||||
SBGetBrowser().mCurrentBrowser.stop();
|
||||
},
|
||||
}
|
||||
}, {
|
||||
|
||||
// TODO: support 'nrformats'? -> probably not worth it --mst
|
||||
|
||||
@@ -709,7 +709,7 @@ const Player = Module("player", {
|
||||
services: function () {
|
||||
services.add("mediaPageManager", "@songbirdnest.com/Songbird/MediaPageManager;1", Ci.sbIMediaPageManager);
|
||||
services.add("propertyManager","@songbirdnest.com/Songbird/Properties/PropertyManager;1", Ci.sbIPropertyManager);
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user