Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Fix reference in example
Browse files Browse the repository at this point in the history
Tools and classes dropdowns were not being decorated due to bad reference
  • Loading branch information
teleological committed Jan 7, 2013
1 parent bbd83ee commit 1cce0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/12-custom-layout.html
Expand Up @@ -83,7 +83,7 @@
.css("width", "140px"); .css("width", "140px");


//add a ">" character to the title of the new dropdown menus (visual cue) //add a ">" character to the title of the new dropdown menus (visual cue)
jQuery(this._box).find(".wym_tools, .wym_classes ") jQuery(wym._box).find(".wym_tools, .wym_classes ")
.find(WYMeditor.H2) .find(WYMeditor.H2)
.append("<span>&nbsp;&gt;</span>"); .append("<span>&nbsp;&gt;</span>");
} }
Expand Down

0 comments on commit 1cce0d3

Please sign in to comment.