Bug 1090949 - Make WebIDE's Firefox OS Simulators configurable. r=ochameau

This commit is contained in:
Jan Keromnes
2015-04-08 14:43:00 -04:00
parent 8e20937a8f
commit cf0f8c201b
18 changed files with 1076 additions and 74 deletions

View File

@@ -95,6 +95,7 @@ function close(panel) {
// when quitting the host application while a panel is visible. To suppress
// these errors, check for "hidePopup" in panel before calling it.
// It's not clear if there's an issue or it's expected behavior.
// See Bug 1151796.
return panel.hidePopup && panel.hidePopup();
}