Changeset 2343
- Timestamp:
- 2008-08-07 15:32:37 (5 months ago)
- Location:
- CKEditor/branches/prototype
- Files:
-
- 2 added
- 1 removed
- 1 modified
- 1 copied
-
_dev/dtd_test (added)
-
_dev/dtd_test/dtd_test.html (added)
-
_source/core/dtd.js (copied) (copied from CKEditor/branches/prototype/_source/dtd/xhtml1-transitional.js) (1 prop)
-
_source/core/loader.js (modified) (3 diffs)
-
_source/dtd (deleted)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/prototype/_source/core/dtd.js
-
CKEditor/branches/prototype/_source/core/loader.js
r2334 r2343 42 42 'core/_bootstrap' : [ 'core/config', 'core/ckeditor', 'core/plugins', 'core/scriptLoader', 'core/tools', /* The following are entries that we wnat to force loading to at the end to avoid dependence recursion */ 'core/dom/text' ], 43 43 'core/ajax' : [ 'core/xml' ], 44 'core/ckeditor' : [ 'core/ajax', 'core/ckeditor_basic', 'core/dom', 'core/d om/document', 'core/dom/element', 'core/editor', 'core/event', 'core/htmlparser', 'core/htmlparser/element', 'core/htmlparser/fragment', 'core/tools', 'dtd/xhtml1-transitional' ],44 'core/ckeditor' : [ 'core/ajax', 'core/ckeditor_basic', 'core/dom', 'core/dtd', 'core/dom/document', 'core/dom/element', 'core/editor', 'core/event', 'core/htmlparser', 'core/htmlparser/element', 'core/htmlparser/fragment', 'core/tools' ], 45 45 'core/ckeditor_base' : [], 46 46 'core/ckeditor_basic' : [ 'core/env', 'core/event' ], … … 54 54 'core/dom/text' : [ 'core/dom/node', 'core/dom/domobject' ], 55 55 'core/dom/window' : [ 'core/dom/domobject' ], 56 'core/dtd' : [ 'core/tools' ], 56 57 'core/editor' : [ 'core/config', 'core/event', 'core/plugins', 'core/skins', 'core/themes', 'core/tools', 'core/ui' ], 57 58 'core/env' : [], … … 69 70 'core/tools' : [ 'core/env' ], 70 71 'core/ui' : [], 71 'core/xml' : [ 'core/env' ], 72 73 'dtd/xhtml1-transitional' : [] 72 'core/xml' : [ 'core/env' ] 74 73 }; 75 74