Skip to content

Commit

Permalink
Fix deprecated rangy feature in button demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed Feb 8, 2017
1 parent 6bbb2ec commit fdf48fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/button-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Font Awesome</h2>
init: function () {
MediumEditor.extensions.button.prototype.init.call(this);

this.classApplier = rangy.createCssClassApplier('highlight', {
this.classApplier = rangy.createClassApplier('highlight', {
elementTagName: 'mark',
normalize: true
});
Expand Down

0 comments on commit fdf48fc

Please sign in to comment.