Skip to content

Commit

Permalink
fix error "options.setPref FAILS" in FBTest.executeCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent committed Jul 10, 2012
1 parent d5e7f9c commit acb0dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FBTest/content/FBTestFirebug.js
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ this.typeCommand = function(string, useCommandEditor)
var cmdLine = getCommandLine(useCommandEditor);
var win = panelBar1.browser.contentWindow;

FBTest.setPref("commandEditor", useCommandEditor);
FBTest.setPref("commandEditor", (useCommandEditor == true));

FW.Firebug.chrome.window.focus();
panelBar1.browser.contentWindow.focus();
Expand Down

0 comments on commit acb0dda

Please sign in to comment.