Removed unneeded var
parent
53a62742c5
commit
f2baf82100
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue