Skip to content

Commit

Permalink
fix renames
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jul 19, 2016
1 parent 4b8da71 commit 1d78e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/snow.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class SnowTooltip extends Tooltip {
}
SnowTooltip.TEMPLATE = [
'<a class="ql-preview" target="_blank" href="about:blank"></a>',
'<input type="text" data-formula-holder="e=mc^2" data-link-holder="quilljs.com" data-video-holder="Embed URL">',
'<input type="text" data-formula="e=mc^2" data-link="quilljs.com" data-video="Embed URL">',
'<a class="ql-action"></a>',
'<a class="ql-remove"></a>'
].join('');
Expand Down

0 comments on commit 1d78e2b

Please sign in to comment.