Closed GoogleCodeExporter closed 9 years ago
Fixed - provider defaults now set in the construction of the Config object.
public function Config(rawConfig:Object=null) {
setDefaultProviders();
if(rawConfig != null) {
initialise(rawConfig);
}
}
Original comment by paul.sch...@gmail.com
on 13 Oct 2009 at 8:15
Closing - fixed.
Original comment by paul.sch...@gmail.com
on 10 Dec 2009 at 10:42
Original issue reported on code.google.com by
paul.sch...@gmail.com
on 13 Oct 2009 at 8:13