Skip to content

Commit

Permalink
Event doesn't rely on Action anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Nov 17, 2011
1 parent 91d1560 commit 4dd20ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.winxed
Expand Up @@ -167,7 +167,7 @@ function setup_stable_libraries(var rosella)
);

// Event library. Subscribe to, receive, and publish event notifications.
setup_winxed_lib(rosella, "event", ["Core", "Action"],
setup_winxed_lib(rosella, "event", ["Core"],
"event/Event",
"event/Dispatcher",
"event/dispatcher/Factory",
Expand Down

0 comments on commit 4dd20ee

Please sign in to comment.