Skip to content

Commit

Permalink
Ready to use (small change to readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stray committed Nov 13, 2010
1 parent f42b088 commit 26e2703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can do this in your context startup, or in a dedicated bootstrap Command.
relaxedEventMap.mapRelaxedListener(SomeDataEvent.DATA_SET_UPDATED, function():void{}, SomeDataEvent);

Where you want to ensure the mediator receives the event, even if onRegister fires after it has been fired.
Where you want to ensure the mediator receives the event, even if onRegister runs _after_ it has been fired.
Note that the parameters are similar to mapListener, but the dispatcher is always the shared eventDispatcher.

// first - inject the relaxedEventMap
Expand Down

0 comments on commit 26e2703

Please sign in to comment.