1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 14:05:46 +01:00

Add :stopall.

This commit is contained in:
Doug Kearns
2009-05-11 01:20:45 +10:00
parent 961c84c33d
commit f73879f43e
7 changed files with 67 additions and 30 deletions

View File

@@ -174,7 +174,8 @@ const config = { //{{{
"library.js"
],
stop: function ()
// FIXME: tab arg and media tab exception?
stop: function (tab)
{
SBGetBrowser().mCurrentBrowser.stop();
},