Removing unnecessary method reference (more post-refactor cleanup)
parent
666d1df3fb
commit
7a2640eb5d
|
@ -192,8 +192,7 @@ exports.build = function extend()
|
||||||
base,
|
base,
|
||||||
prop_init,
|
prop_init,
|
||||||
abstract_methods,
|
abstract_methods,
|
||||||
members,
|
members
|
||||||
getMethodInstance
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// reference to the parent prototype (for more experienced users)
|
// reference to the parent prototype (for more experienced users)
|
||||||
|
@ -372,8 +371,7 @@ function createAbstractCtor( cname )
|
||||||
|
|
||||||
|
|
||||||
function buildMembers(
|
function buildMembers(
|
||||||
props, class_id, base, prop_init, abstract_methods, members,
|
props, class_id, base, prop_init, abstract_methods, members
|
||||||
getMethodInstance
|
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
var hasOwn = Array.prototype.hasOwnProperty,
|
var hasOwn = Array.prototype.hasOwnProperty,
|
||||||
|
|
Loading…
Reference in New Issue