Kaynağa Gözat

Introduced the CKEDITOR module.

fredck 11 yıl önce
ebeveyn
işleme
55cd38cebe
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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
 			}
 		},