Skip to content

Commit

Permalink
adapt to API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niklauslee committed Aug 21, 2014
1 parent 6545f51 commit 8ed3ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JavaReverseEngineer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ define(function (require, exports, module) {

var Core = staruml.getModule("core/Core"),
Repository = staruml.getModule("engine/Repository"),
CommandManager = staruml.getModule("menu/CommandManager"),
CommandManager = staruml.getModule("command/CommandManager"),
UML = staruml.getModule("uml/UML"),
FileSystem = staruml.getModule("filesystem/FileSystem"),
FileSystemError = staruml.getModule("filesystem/FileSystemError"),
Expand Down
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ define(function (require, exports, module) {
var AppInit = staruml.getModule("utils/AppInit"),
Repository = staruml.getModule("engine/Repository"),
Engine = staruml.getModule("engine/Engine"),
Commands = staruml.getModule("menu/Commands"),
CommandManager = staruml.getModule("menu/CommandManager"),
Commands = staruml.getModule("command/Commands"),
CommandManager = staruml.getModule("command/CommandManager"),
MenuManager = staruml.getModule("menu/MenuManager"),
Dialogs = staruml.getModule("dialogs/Dialogs"),
ElementPickerDialog = staruml.getModule("dialogs/ElementPickerDialog"),
Expand Down

0 comments on commit 8ed3ffb

Please sign in to comment.