Skip to content

Commit

Permalink
Debugging code removed :).
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mathews committed Sep 23, 2009
1 parent 2da452d commit 3eae42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/editor/editor.js
Expand Up @@ -1134,7 +1134,7 @@ Idler.prototype._stop = function() {
});

// inherit the theme of the dropdown we are associated with
if (1 || dropDown._opts.theme) {
if (dropDown._opts.theme) {
overlayMenu.container.addClass('overlayMenu-' + dropDown._opts.theme);
}

Expand Down

0 comments on commit 3eae42b

Please sign in to comment.