Bug 1279392: [webext] Move API permission definitions to the schemas. r=aswan

MozReview-Commit-ID: 8m7wJrAbFwS
This commit is contained in:
Kris Maglione
2016-06-09 17:44:47 -07:00
parent 5097b69e54
commit b2a33e3bf1
41 changed files with 195 additions and 87 deletions

View File

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