Skip to content

Commit

Permalink
set jsd.initAtStartup false
Browse files Browse the repository at this point in the history
git-svn-id: http://fbug.googlecode.com/svn@2225 e969d3be-0e28-0410-a27f-dd5c76401a8b
  • Loading branch information
johnjbarton.com committed Mar 17, 2009
1 parent ab85638 commit bdd7d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion branches/firebug1.4/components/firebug-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@ var FirebugFactory =
try
{
var jsd = DebuggerService.getService(jsdIDebuggerService);
jsd.initAtStartup = true;
jsd.initAtStartup = false;
}
catch (exc)
{
Expand Down

0 comments on commit bdd7d07

Please sign in to comment.