소스 검색

Removed an unused AMD reference.

fredck 10 년 전
부모
커밋
31b54e68e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ui/src/config.js

+ 1 - 1
packages/ckeditor5-ui/src/config.js

@@ -12,7 +12,7 @@
  * @extends Model
  */
 
-CKEDITOR.define( [ 'ckeditor', 'mvc/model', 'utils' ], function( CKEDITOR, Model, utils ) {
+CKEDITOR.define( [ 'mvc/model', 'utils' ], function( Model, utils ) {
 	var Config = Model.extend( {
 		/**
 		 * Creates an instance of the {@link Config} class.