8
0
Эх сурвалжийг харах

Removed an unused AMD reference.

fredck 10 жил өмнө
parent
commit
a90926da23

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