Explorar o código

Removed `Promise` from the globals list of jshint so errors are thrown when it is used.

fredck %!s(int64=10) %!d(string=hai) anos
pai
achega
a653cb4c3b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/ckeditor5-ui/gruntfile.js

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

@@ -36,6 +36,7 @@ module.exports = function( grunt ) {
 					'CKEDITOR': false,
 					'bender': false
 				},
+				predef: [ '-Promise' ],
 				ignores: ignoreFiles
 			}
 		},