소스 검색

Introduced the CKEDITOR module.

fredck 11 년 전
부모
커밋
55cd38cebe
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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
 			}
 		},