Skip to content

Instantly share code, notes, and snippets.

@heim
Created June 29, 2010 11:08
Show Gist options
  • Save heim/457078 to your computer and use it in GitHub Desktop.
Save heim/457078 to your computer and use it in GitHub Desktop.
public function set model(value:DepositumOgHusleieModel):void {
var that:Object = this;
_model = value;
_model.addEventListener(DepositumOgHusleieModel.INNBETALING_SUCCESS_EVENT, function():void {
that.visible = false;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment