Bläddra i källkod

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

fredck 11 år sedan
förälder
incheckning
cb0552cb67
1 ändrade filer med 2 tillägg och 1 borttagningar
  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
 			}