Skip to content

Commit

Permalink
Issue 5698: Cookie breakpoint condition editor doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Jul 31, 2012
1 parent 8bc0ed7 commit ef349be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/content/firebug/cookies/cookiePanel.js
Expand Up @@ -425,7 +425,7 @@ CookiePanel.prototype = Obj.extend(Firebug.ActivablePanel,
getEditor: function(target, value)
{
if (!this.conditionEditor)
this.conditionEditor = new Firebug.CookieModule.ConditionEditor(this.document);
this.conditionEditor = new Breakpoints.ConditionEditor(this.document);
return this.conditionEditor;
},

Expand Down

0 comments on commit ef349be

Please sign in to comment.