Skip to content

Commit

Permalink
Reverted mess commited in f0c7750. So ashamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Oct 8, 2014
1 parent f0c7750 commit af4a784
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion plugins/image2/plugin.js
Expand Up @@ -67,7 +67,6 @@
},

init: function( editor ) {
console.log( editor.name, 'image2' );
// Adapts configuration from original image plugin. Should be removed
// when we'll rename image2 to image.
var config = editor.config,
Expand Down
2 changes: 1 addition & 1 deletion plugins/image2/samples/image2.html
Expand Up @@ -45,7 +45,7 @@ <h1 class="samples">
<script>

CKEDITOR.replace( 'editor1', {
extraPlugins: 'widget,image2',
extraPlugins: 'image2',
height: 450
} );

Expand Down
5 changes: 0 additions & 5 deletions plugins/widget/plugin.js
Expand Up @@ -104,11 +104,6 @@
afterInit: function( editor ) {
addWidgetButtons( editor );
setupContextMenu( editor );
},

init: function( editor ) {

console.log( editor.name, 'widget' );
}
} );

Expand Down

0 comments on commit af4a784

Please sign in to comment.