Ver Fonte

Introduced the CKEDITOR module.

fredck há 11 anos atrás
pai
commit
55cd38cebe
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      packages/ckeditor5-ui/gruntfile.js

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

@@ -17,6 +17,9 @@ module.exports = function( grunt ) {
 
 		jshint: {
 			options: {
+				globals: {
+					'CKEDITOR': false
+				},
 				ignores: ignoreFiles
 			}
 		},