projects
/
xynt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3e9c4fa
)
updated some notes
author
Matteo Nastasi
<matteo.nastasi@lucinilucini.com>
Fri, 25 Nov 2011 07:40:13 +0000
(08:40 +0100)
committer
Matteo Nastasi
<matteo.nastasi@lucinilucini.com>
Fri, 25 Nov 2011 07:40:13 +0000
(08:40 +0100)
xynt-base.js
patch
|
blob
|
history
diff --git
a/xynt-base.js
b/xynt-base.js
index
a2cfd24
..
f74baa5
100644
(file)
--- a/
xynt-base.js
+++ b/
xynt-base.js
@@
-1,7
+1,3
@@
-/*
- * TODO
- * super methods caller
- */
function Extends(sub)
{
function Extends(sub)
{
@@
-86,6
+82,9
@@
function ExtendsInst(sub)
sub.xynt_sup_cl = new Array();
for (var f in proto) {
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;
if (f == "xynt_sup" || f == "xynt_sup_cl")
continue;