Skip to content

Commit

Permalink
docs...
Browse files Browse the repository at this point in the history
  • Loading branch information
darscan committed Feb 15, 2012
1 parent 258ba55 commit e743006
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions readme.md
Expand Up @@ -52,11 +52,7 @@ A simple configuration might look something like this:

public class MyAppConfig
{
[Inject]
public var mediatorMap:IMediatorMap;

[PostConstruct]
public function configure():void
public function MyAppConfig(mediatorMap:IMediatorMap)
{
mediatorMap.mapView(SomeView).toMediator(SomeMediator);
}
Expand Down

0 comments on commit e743006

Please sign in to comment.