Skip to content

Instantly share code, notes, and snippets.

@destroytoday
Created October 13, 2010 03:35
Show Gist options
  • Save destroytoday/623382 to your computer and use it in GitHub Desktop.
Save destroytoday/623382 to your computer and use it in GitHub Desktop.
override protected function commitProperties():void
{
if (dirtyDataFlag)
{
trace("data changed, yo!");
}
super.commitProperties();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment