Commit 002bebfa authored by Ilya Kirillov's avatar Ilya Kirillov

Changing the order of the inclusion of scripts.

parent d4418bd7
......@@ -135,10 +135,6 @@
"../cell/model/DrawingObjects/Format/ChartSpacePrototype.js",
"../word/Editor/DocumentContentElementBase.js",
"../word/Editor/StructuredDocumentTags/BlockLevel.js",
"../word/Editor/StructuredDocumentTags/InlineLevel.js",
"../word/Editor/StructuredDocumentTags/SdtPr.js",
"../word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../word/Editor/Comments.js",
"../word/Editor/CommentsChanges.js",
"../word/Editor/Styles.js",
......@@ -184,7 +180,11 @@
"../word/Editor/Table/TableRowChanges.js",
"../word/Editor/Table/TableCell.js",
"../word/Editor/Table/TableCellChanges.js",
"../word/Editor/Serialize2.js",
"../word/Editor/StructuredDocumentTags/BlockLevel.js",
"../word/Editor/StructuredDocumentTags/InlineLevel.js",
"../word/Editor/StructuredDocumentTags/SdtPr.js",
"../word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../word/Editor/Serialize2.js",
"../word/Editor/Spelling.js",
"../word/Editor/Footnotes.js",
"../word/Editor/FootnotesChanges.js",
......
......@@ -137,10 +137,6 @@
"../slide/Editor/Format/NotesMaster.js",
"../slide/Editor/Format/Notes.js",
"../word/Editor/DocumentContentElementBase.js",
"../word/Editor/StructuredDocumentTags/BlockLevel.js",
"../word/Editor/StructuredDocumentTags/InlineLevel.js",
"../word/Editor/StructuredDocumentTags/SdtPr.js",
"../word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../word/Editor/Styles.js",
"../word/Editor/StylesChanges.js",
"../word/Editor/RevisionsChange.js",
......@@ -191,8 +187,12 @@
"../word/Editor/Footnotes.js",
"../word/Editor/FootnotesChanges.js",
"../word/Editor/FootEndNote.js",
"../word/Editor/Search.js",
"../word/Editor/Search.js",
"../word/Editor/StructuredDocumentTags/BlockLevel.js",
"../word/Editor/StructuredDocumentTags/InlineLevel.js",
"../word/Editor/StructuredDocumentTags/SdtPr.js",
"../word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../slide/Editor/Format/ImagePrototype.js",
"../slide/Editor/Format/GroupPrototype.js",
"../slide/Editor/Format/ChartSpacePrototype.js",
......
......@@ -109,10 +109,6 @@
"../word/Editor/GraphicObjects/GraphicPage.js",
"../word/Editor/GraphicObjects/WrapManager.js",
"../word/Editor/DocumentContentElementBase.js",
"../word/Editor/StructuredDocumentTags/BlockLevel.js",
"../word/Editor/StructuredDocumentTags/InlineLevel.js",
"../word/Editor/StructuredDocumentTags/SdtPr.js",
"../word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../word/Editor/Comments.js",
"../word/Editor/CommentsChanges.js",
"../word/Editor/Styles.js",
......@@ -159,6 +155,10 @@
"../word/Editor/Table/TableRowChanges.js",
"../word/Editor/Table/TableCell.js",
"../word/Editor/Table/TableCellChanges.js",
"../word/Editor/StructuredDocumentTags/BlockLevel.js",
"../word/Editor/StructuredDocumentTags/InlineLevel.js",
"../word/Editor/StructuredDocumentTags/SdtPr.js",
"../word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../word/Editor/Serialize2.js",
"../word/Editor/Search.js",
"../word/Editor/Spelling.js",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment