mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-21 15:40:22 +00:00
first commit
This commit is contained in:
14
lib/ckeditor4/plugins/fastimage/dialogs/fastimage.js
Executable file
14
lib/ckeditor4/plugins/fastimage/dialogs/fastimage.js
Executable file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @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 ) {
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user