Fix global leaks in theme.js

This commit is contained in:
Nick O'Leary
2017-07-04 09:43:16 +01:00
parent 70a22187f7
commit 1542f73fa5
2 changed files with 2 additions and 6 deletions

View File

@@ -69,10 +69,6 @@ describe("theme handler", function() {
icon: "/absolute/path/to/deploy/button/image" // or null to remove image
},
customScripts: [
"/absolute/path/to/script.js"
],
menu: { // Hide unwanted menu items by id. see editor/js/main.js:loadEditor for complete list
"menu-item-import-library": false,
"menu-item-export-library": false,