1
0
Fork 0

Remove accidental attach of isInstanceOf() to Class

closure/master
Mike Gerwitz 2010-12-29 22:45:47 -05:00
parent 80b0732be1
commit ca71fc6296
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ function setupProps( func, abstract_methods )
{
attachAbstract( func, abstract_methods );
attachExtend( func );
attachInstanceOf( func );
}