Apparently methodOverride callback isn't used anymore in this context. Forgot to remove.
parent
6125fcbac1
commit
9b9bcfd150
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue