Przeglądaj źródła

Introduced the CKEDITOR module.

fredck 11 lat temu
rodzic
commit
55cd38cebe
1 zmienionych plików z 3 dodań i 0 usunięć
  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
 			}
 		},