Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6545f51

Browse files
committed
Go back to previous API
1 parent dc2a7e6 commit 6545f51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JavaReverseEngineer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define(function (require, exports, module) {
2828

2929
var Core = staruml.getModule("core/Core"),
3030
Repository = staruml.getModule("engine/Repository"),
31-
CommandManager = staruml.getModule("command/CommandManager"),
31+
CommandManager = staruml.getModule("menu/CommandManager"),
3232
UML = staruml.getModule("uml/UML"),
3333
FileSystem = staruml.getModule("filesystem/FileSystem"),
3434
FileSystemError = staruml.getModule("filesystem/FileSystemError"),

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ define(function (require, exports, module) {
3030
var AppInit = staruml.getModule("utils/AppInit"),
3131
Repository = staruml.getModule("engine/Repository"),
3232
Engine = staruml.getModule("engine/Engine"),
33-
Commands = staruml.getModule("command/Commands"),
34-
CommandManager = staruml.getModule("command/CommandManager"),
33+
Commands = staruml.getModule("menu/Commands"),
34+
CommandManager = staruml.getModule("menu/CommandManager"),
3535
MenuManager = staruml.getModule("menu/MenuManager"),
3636
Dialogs = staruml.getModule("dialogs/Dialogs"),
3737
ElementPickerDialog = staruml.getModule("dialogs/ElementPickerDialog"),

0 commit comments

Comments
 (0)