JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _source / core / loader.js
index 4c59e0d..92648a0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -23,7 +23,7 @@ if ( !CKEDITOR.loader )
                // Table of script names and their dependencies.\r
                var scripts =\r
                {\r
-                       'core/_bootstrap'               : [ 'core/config', 'core/ckeditor', 'core/plugins', 'core/scriptloader', 'core/tools', /* The following are entries that we want to force loading at the end to avoid dependence recursion */ 'core/dom/elementpath', 'core/dom/text', 'core/dom/range' ],\r
+                       'core/_bootstrap'               : [ 'core/config', 'core/ckeditor', 'core/plugins', 'core/scriptloader', 'core/tools', /* The following are entries that we want to force loading at the end to avoid dependence recursion */ 'core/dom/comment', 'core/dom/elementpath', 'core/dom/text', 'core/dom/range' ],\r
                        'core/ajax'                             : [ 'core/xml' ],\r
                        'core/ckeditor'                 : [ '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/htmlparser/filter', 'core/htmlparser/basicwriter', 'core/tools' ],\r
                        'core/ckeditor_base'    : [],\r
@@ -31,6 +31,7 @@ if ( !CKEDITOR.loader )
                        'core/command'                  : [],\r
                        'core/config'                   : [ 'core/ckeditor_base' ],\r
                        'core/dom'                              : [],\r
+                       'core/dom/comment'              : [ 'core/dom/node' ],\r
                        'core/dom/document'             : [ 'core/dom', 'core/dom/domobject', 'core/dom/window' ],\r
                        'core/dom/documentfragment'     : [ 'core/dom/element' ],\r
                        'core/dom/element'              : [ 'core/dom', 'core/dom/document', 'core/dom/domobject', 'core/dom/node', 'core/dom/nodelist', 'core/tools' ],\r
@@ -106,7 +107,7 @@ if ( !CKEDITOR.loader )
                        return path;\r
                })();\r
 \r
-               var timestamp = '9BIB';\r
+               var timestamp = 'A06B';\r
 \r
                var getUrl = function( resource )\r
                {\r