Bug 865135 - Uplift Add-on SDK integration branch to Firefox.

This commit is contained in:
Wes Kocher
2013-04-26 02:04:23 -07:00
parent bae67bb95d
commit 71f44349f6
31 changed files with 979 additions and 245 deletions

View File

@@ -17,4 +17,4 @@ const { isBrowser } = require("../window/utils");
// implementation for `isBrowser`. Either way it's not really needed yet
// neither window tracker provides this event.
exports.events = filter(function({target}) isBrowser(target), events);
exports.events = filter(events, function({target}) isBrowser(target));