Skip to content

Commit 047c92a

Browse files
juangjsevaseva
authored andcommitted
Add extern for AddonManager.getAddonByID, which was added by commit 4c3c150.
Signed-off-by: Seva Lotoshnikov <vlotoshnikov@gmail.com>
1 parent 2c2fa99 commit 047c92a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

javascript/firefox-driver/js/externs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ nsIPrefBranch.prototype.getCharPref;
5050
nsIPrefBranch.prototype.getIntPref;
5151

5252

53+
var AddonManager;
54+
AddonManager.getAddonByID;
55+
5356

5457
// Constants on constants
5558
Components.resources.NS_ERROR_NO_INTERFACE;

0 commit comments

Comments
 (0)