1
0
Fork 0

Apparently methodOverride callback isn't used anymore in this context. Forgot to remove.

closure/master
Mike Gerwitz 2011-03-16 23:32:48 -04:00
parent 6125fcbac1
commit 9b9bcfd150
1 changed files with 0 additions and 7 deletions

View File

@ -529,13 +529,6 @@ var extend = ( function( extending )
abstract_methods.__length--; abstract_methods.__length--;
} }
}, },
methodOverride: function( name, pre, func )
{
return util.overrideMethod(
name, pre, func, abstract_methods
);
},
} ); } );
// reference to the parent prototype (for more experienced users) // reference to the parent prototype (for more experienced users)