Skip to content

Instantly share code, notes, and snippets.

@Stray
Created March 15, 2011 17:00
Show Gist options
  • Save Stray/871040 to your computer and use it in GitHub Desktop.
Save Stray/871040 to your computer and use it in GitHub Desktop.
The Mapping and Unmapping functions in the Injector aren't symmetrical
function mapValue(whenAskedFor:Class, useValue:Object, named:String = ""):*;
function unmap(clazz:Class, named:String = ""):void;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment