瀏覽代碼

Re-reviewed tests to use bender.amd.require().

fredck 11 年之前
父節點
當前提交
4692b7d2af
共有 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
 			}