Explorar o código

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

fredck %!s(int64=11) %!d(string=hai) anos
pai
achega
cb0552cb67
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
 			}