Skip to content

Commit

Permalink
Fixes SWIZ-40 by adding invalidate() call to SharedObjectBean constru…
Browse files Browse the repository at this point in the history
…ctor.
  • Loading branch information
brian428 committed Aug 15, 2011
1 parent e3e489c commit 6a4bafe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/swizframework/storage/SharedObjectBean.as
Expand Up @@ -63,6 +63,8 @@ package org.swizframework.storage

public function SharedObjectBean()
{
super();
invalidate();
}

protected function invalidate():void
Expand Down

0 comments on commit 6a4bafe

Please sign in to comment.