-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from mdenet/feature/composite-panel
Updated educationplatform submodule to latest
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule educationplatform
updated
13 files
+20 −0 | platform/public/common/utility.json | |
+1 −5 | platform/public/css/custom.css | |
+50 −20 | platform/src/ActivityManager.js | |
+7 −2 | platform/src/Button.js | |
+93 −0 | platform/src/CompositePanel.js | |
+8 −2 | platform/src/ConsolePanel.js | |
+0 −19 | platform/src/MetamodelPanel.js | |
+0 −181 | platform/src/ModelPanel.js | |
+36 −5 | platform/src/OutputPanel.js | |
+15 −2 | platform/src/Panel.js | |
+46 −26 | platform/src/Playground.js | |
+4 −3 | platform/src/ProgramPanel.js | |
+8 −7 | platform/src/XtextEditorPanel.js |