Skip to content

Commit

Permalink
Removed unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Mar 13, 2018
1 parent 038947f commit 7ba73ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/imagebase/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,6 @@
return !widget.editables.caption.getData() || !!widget.parts.caption.data( 'cke-caption-placeholder' );
}

function isEmptyAndNotActive( widget ) {
return !widget.editables.caption.getData() && !widget.parts.caption.data( 'cke-caption-active' );
}

function addPlaceholder( widget ) {
widget.parts.caption.data( 'cke-caption-placeholder', widget.editor.lang.imagebase.captionPlaceholder );
}
Expand Down

0 comments on commit 7ba73ed

Please sign in to comment.