浏览代码

Reviewed tests to use bender.amd.require().

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

+ 2 - 1
packages/ckeditor5-ui/gruntfile.js

@@ -18,7 +18,8 @@ module.exports = function( grunt ) {
 		jshint: {
 			options: {
 				globals: {
-					'CKEDITOR': false
+					'CKEDITOR': false,
+					'bender': false
 				},
 				ignores: ignoreFiles
 			}