1
0
Fork 0

Fix of unintended global var

closure/master
Mike Gerwitz 2010-12-03 07:19:16 -05:00
parent 60025bd048
commit 729b977088
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function Class() {};
*/
var extend = ( function( extending )
{
extending = false;
var extending = false;
/**
* Mimics class inheritance