X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=xynt.git;a=blobdiff_plain;f=xynt-base.js;h=f74baa5e99c5af81d247e9aa93625b02c7663b99;hp=a2cfd245d748ed1319e4ab02a70ce6deafad2969;hb=f3db8a668b8b33078355ef3b6836fd866ca138a2;hpb=3e9c4fae0b1ba66af727278bd94cc5b38c9ba2e8 diff --git a/xynt-base.js b/xynt-base.js index a2cfd24..f74baa5 100644 --- a/xynt-base.js +++ b/xynt-base.js @@ -1,7 +1,3 @@ -/* - * TODO - * super methods caller - */ function Extends(sub) { @@ -86,6 +82,9 @@ function ExtendsInst(sub) sub.xynt_sup_cl = new Array(); for (var f in proto) { + /* NOTE: this allow potentially TO BREAK by the extending class + if we disable it we don't have a reason to keep the callSuper function, + I need to meditate on it */ if (f == "xynt_sup" || f == "xynt_sup_cl") continue;