1
0
Fork 0

Removed unneeded var

closure/master
Mike Gerwitz 2010-12-18 06:59:35 -05:00
parent 53a62742c5
commit f2baf82100
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ function attach_prop_init( prototype, properties )
// initialize each of the properties for this instance to
// ensure we're not sharing prototype values
var value;
for ( prop in properties )
{
// initialize the value with a clone to ensure that they do