Explorar el Código

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

This reverts commit 0cd5d62efebf9d338a71c7afe6d7763ac9a3a8c4.
fredck hace 11 años
padre
commit
a292595841
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      packages/ckeditor5-ui/gruntfile.js

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

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