Skip to content

Commit a08182b

Browse files
Jeremy ColemanJeremy Coleman
authored andcommitted
Updated JS File load function
Updated JS File load function to load each file in order then execute any script editor code (if present) Removed unused modules
1 parent c873418 commit a08182b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ true-script-editor|Jeremy Coleman (PC Professional, Inc.)
3030

3131
Version|Date|Comments
3232
-------|----|--------
33+
1.0.2|March 10th, 2017|Updated External JS Loading function
3334
1.0.1|March 7th, 2017|Added HTML Editor option
3435
1.0.0|March 7th, 2017|Initial release
3536

config/package-solution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"solution": {
33
"name": "True Script Editor",
44
"id": "ee1c0134-8052-4280-8448-287dd071fd0c",
5-
"version": "1.0.0.1"
5+
"version": "1.0.0.2"
66
},
77
"paths": {
88
"zippedPackage": "solution/true-script-editor.sppkg"

src/webparts/trueScriptEditor/TrueScriptEditorWebPart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ export default class TrueScriptEditorWebPart extends BaseClientSideWebPart<ITrue
121121
]
122122
};
123123
}
124-
}
124+
}

0 commit comments

Comments
 (0)