Bug 935220: Uplift Add-on SDK to Firefox. r=me

https://github.com/mozilla/addon-sdk/compare/firefox27...50697e6182cb4f79f9605b7cd1d1f5084cfaf03f
This commit is contained in:
Dave Townsend
2013-11-05 13:51:58 -08:00
parent a5a774227a
commit 364e9d1cc1
99 changed files with 2824 additions and 554 deletions

View File

@@ -22,7 +22,7 @@ require("sdk/test").run(exports);
PACKAGE_JSON = '''\
{
"name": "%(name)s",
"fullName": "%(fullName)s",
"title": "%(title)s",
"id": "%(id)s",
"description": "a basic add-on",
"author": "",