Skip to content

Instantly share code, notes, and snippets.

@lynndylanhurley
Created December 15, 2010 19:18
Show Gist options
  • Select an option

  • Save lynndylanhurley/742445 to your computer and use it in GitHub Desktop.

Select an option

Save lynndylanhurley/742445 to your computer and use it in GitHub Desktop.
private function onViewReady(loadedView : IBaseView) : void {
trace( "-->loadedView", loadedView );
LogManager.log('onViewReady: loadedView = ' + loadedView.path, this, 2);
if(_viewReadyCallback != null) {
currentView = loadedView;
_viewReadyCallback.apply(this, [currentView]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment