2017-04-15 01:34:36 +03:00

15 lines
366 B
JavaScript
Executable File

/**
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
(function() {
var imageDialog = function( editor, dialogType ) {};
CKEDITOR.dialog.add( 'fastimage', function( editor ) {
});
CKEDITOR.dialog.add( 'imagebutton', function( editor ) {
});
})();