Commit 04e71231 authored by Ilya Kirillov's avatar Ilya Kirillov

Changed an order of including scripts.

parent a6b95468
......@@ -88,10 +88,6 @@ var sdk_dev_scrpipts = [
"../../../../sdkjs/word/Editor/GraphicObjects/WrapManager.js",
"../../../../sdkjs/word/Editor/CollaborativeEditing.js",
"../../../../sdkjs/word/Editor/DocumentContentElementBase.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../../../../sdkjs/word/Editor/Comments.js",
"../../../../sdkjs/word/Editor/CommentsChanges.js",
"../../../../sdkjs/word/Editor/Styles.js",
......@@ -139,6 +135,10 @@ var sdk_dev_scrpipts = [
"../../../../sdkjs/word/Editor/Table/TableRowChanges.js",
"../../../../sdkjs/word/Editor/Table/TableCell.js",
"../../../../sdkjs/word/Editor/Table/TableCellChanges.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../../../../sdkjs/word/Editor/Serialize2.js",
"../../../../sdkjs/word/Editor/Search.js",
"../../../../sdkjs/word/Editor/Spelling.js",
......
......@@ -81,10 +81,6 @@ var sdk_dev_scrpipts = [
"../../../../sdkjs/cell/view/DrawingObjectsController.js",
"../../../../sdkjs/slide/Drawing/ThemeLoader.js",
"../../../../sdkjs/word/Editor/DocumentContentElementBase.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../../../../sdkjs/word/Editor/Serialize2.js",
"../../../../sdkjs/word/Editor/Numbering.js",
"../../../../sdkjs/word/Editor/NumberingChanges.js",
......@@ -135,6 +131,10 @@ var sdk_dev_scrpipts = [
"../../../../sdkjs/word/Editor/LogicDocumentController.js",
"../../../../sdkjs/word/Editor/DrawingsController.js",
"../../../../sdkjs/word/Editor/HeaderFooterController.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../../../../sdkjs/slide/apiCommon.js",
"../../../../sdkjs/common/apiBase.js",
"../../../../sdkjs/slide/api.js",
......
......@@ -121,10 +121,6 @@ var sdk_dev_scrpipts = [
"../../../../sdkjs/cell/Private/comments.js",
"../../../../sdkjs/word/Editor/Common.js",
"../../../../sdkjs/word/Editor/DocumentContentElementBase.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../../../../sdkjs/word/Editor/Comments.js",
"../../../../sdkjs/word/Editor/CommentsChanges.js",
"../../../../sdkjs/word/Editor/Styles.js",
......@@ -170,6 +166,10 @@ var sdk_dev_scrpipts = [
"../../../../sdkjs/word/Editor/Table/TableRowChanges.js",
"../../../../sdkjs/word/Editor/Table/TableCell.js",
"../../../../sdkjs/word/Editor/Table/TableCellChanges.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/BlockLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/InlineLevel.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPr.js",
"../../../../sdkjs/word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../../../../sdkjs/word/Editor/Serialize2.js",
"../../../../sdkjs/word/Editor/Spelling.js",
"../../../../sdkjs/word/Editor/Footnotes.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