Note to self: Robotlegs and injections

(October 11th, 2009)

When injecting a instance (or whatever) in robotLegs be sure to spell inject with a capital “I”.

Bad

[inject]
public var pageOnFrontProxy:PageOnFrontProxy;

Good

[Inject]
public var pageOnFrontProxy:PageOnFrontProxy;

Leave a Reply