Bug 794886 - Avoid confusion caused by accidentally prefing off the panels, r=past

This commit is contained in:
Victor Porof 2012-10-26 23:28:54 +03:00
parent aa338c2aa4
commit 6a7d74e168

View File

@ -135,7 +135,7 @@ ToolbarView.prototype = {
DebuggerView.togglePanes({
visible: DebuggerView.panesHidden,
animated: true,
silent: false
silent: true
});
},