Skip to content

Commit

Permalink
fbug 1.10 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Jan 12, 2012
1 parent eeaf7bd commit 64b6efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/aceEditor.js
Expand Up @@ -920,7 +920,7 @@ var StyleSheetEditor = function() {
this.session.owner = 'stylesheetEditor';
this.session.autocompletionType = 'css';

this.cmdID = Firebug.version<'1.8'? 'cmd_toggleCSSEditing': 'cmd_togglecssEditMode';
this.cmdID = 'cmd_togglecssEditMode';
};

StyleSheetEditor.prototype = FBL.extend(HTMLPanelEditor.prototype, {
Expand Down

0 comments on commit 64b6efa

Please sign in to comment.