From f2baf821004c60c7e50a18bfb65508244b68031f Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 18 Dec 2010 06:59:35 -0500 Subject: [PATCH] Removed unneeded var --- lib/class.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/class.js b/lib/class.js index 16f724d..21f7319 100644 --- a/lib/class.js +++ b/lib/class.js @@ -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