Backed out changeset 0ce1cc39aa3d (bug 1295082) for timing out in test_ext_schemas_api_injection.js. r=backout

This commit is contained in:
Sebastian Hengst
2016-08-18 16:47:09 +02:00
parent ff21875b1a
commit c7a498ffbd
28 changed files with 69 additions and 83 deletions

View File

@@ -92,8 +92,7 @@ extensions.on("shutdown", (type, extension) => {
var nextId = 0;
extensions.registerSchemaAPI("notifications", context => {
let {extension} = context;
extensions.registerSchemaAPI("notifications", (extension, context) => {
return {
notifications: {
create: function(notificationId, options) {