Backed out changeset ee81f5bac27a (bug 888571)

This commit is contained in:
Jared Wein
2013-06-30 08:36:00 -04:00
parent d44773fe01
commit 4dbd787205
3 changed files with 50 additions and 22 deletions

View File

@@ -20,11 +20,6 @@ let CustomizationHandler = {
}
},
isCustomizing: function() {
return document.documentElement.hasAttribute("customizing") ||
document.documentElement.hasAttribute("customize-exiting");
},
_customizationStarting: function() {
// Disable the toolbar context menu items
let menubar = document.getElementById("main-menubar");