Selaa lähdekoodia

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

fredck 11 vuotta sitten
vanhempi
commit
cb0552cb67
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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
 			}