Browse Source

Removed an unused AMD reference.

fredck 10 years ago
parent
commit
0da73e94c6
1 changed files with 1 additions and 1 deletions
  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.