Skip to content

Commit

Permalink
PropertySet now dogfoods its setProperties method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstade committed Oct 16, 2011
1 parent 4713cfc commit c382a06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/se/stade/stilts/PropertySet.as
Expand Up @@ -13,11 +13,7 @@ package se.stade.stilts
return set;

set = new PropertySet;

for (var name:String in object)
{
set[name] = object[name];
}
set.setProperties(object);

return set;
}
Expand Down

0 comments on commit c382a06

Please sign in to comment.