Bug 1139189: Uplift the Add-on SDK to Firefox a=me

3fbf5a6bdd..3394ad5d1d
This commit is contained in:
Dave Townsend
2015-03-11 22:19:48 -07:00
parent 214585490e
commit a848aee169
108 changed files with 4844 additions and 855 deletions

View File

@@ -45,6 +45,9 @@ exports.getAttachEventType = getAttachEventType;
let attach = method('worker-attach');
exports.attach = attach;
let connect = method('worker-connect');
exports.connect = connect;
let detach = method('worker-detach');
exports.detach = detach;