Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jan 19, 2017
1 parent cb2de22 commit 2dec04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/extensions/anchor-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},

hidePreview: function () {
if(this.anchorPreview){
if (this.anchorPreview) {
this.anchorPreview.classList.remove('medium-editor-anchor-preview-active');
}
this.activeAnchor = null;
Expand Down

0 comments on commit 2dec04a

Please sign in to comment.