Przeglądaj źródła

Removed an unused AMD reference.

fredck 10 lat temu
rodzic
commit
0da73e94c6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-utils/src/config.js

+ 1 - 1
packages/ckeditor5-utils/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.