浏览代码

Introduced the CKEDITOR module.

fredck 11 年之前
父节点
当前提交
55cd38cebe
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      packages/ckeditor5-ui/gruntfile.js

+ 3 - 0
packages/ckeditor5-ui/gruntfile.js

@@ -17,6 +17,9 @@ module.exports = function( grunt ) {
 
 		jshint: {
 			options: {
+				globals: {
+					'CKEDITOR': false
+				},
 				ignores: ignoreFiles
 			}
 		},