Guest User

Untitled

a guest
Jun 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. protected function commitProperties():void
  2. {
  3. if (dirtyDataFlag && data && data.name.search(/[^a-z ]/i > -1))
  4. {
  5. foo(data);
  6.  
  7. if(email)
  8. {
  9. bar(data);
  10. }
  11.  
  12. }
  13.  
  14. dirtyDataFlag = false;
  15. }
Add Comment
Please, Sign In to add comment