8
0
Просмотр исходного кода

Do not initialize the dependency tree as this is out of the scope of this branch.

fredck 11 лет назад
Родитель
Сommit
767f6acf1b
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      dev/tasks/build/end.frag

+ 0 - 2
dev/tasks/build/end.frag

@@ -2,8 +2,6 @@
 
 	var CKEDITOR = require( 'ckeditor' );
 
-	CKEDITOR._dependencyTree = dependencyTree || {};
-
 	// Setup the AMD API to use Almond.
 	CKEDITOR.define = define;
 	CKEDITOR.require = require;