Merge pull request #3068 from damianog/master

Update ckeditor
This commit is contained in:
Masahiro Wakame
2014-11-03 14:31:52 +09:00
+6
View File
@@ -550,11 +550,17 @@ declare module CKEDITOR {
}
interface toolbarGroups {
name?: string;
groups?: string[];
}
interface config {
startupMode?: string;
removeButtons?: string;
removePlugins?: string;
toolbar?: any;
toolbarGroups?: toolbarGroups[];
skin?: string;
language?: string;
plugins?: string;