From ddf947b29739bc0e08e6859af026a9679999a2ad Mon Sep 17 00:00:00 2001 From: dhrname Date: Thu, 2 Apr 2015 22:02:35 +0900 Subject: [PATCH] Modify base.js --- tool/funcproto/base.js | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/tool/funcproto/base.js b/tool/funcproto/base.js index cecd12d..4202d5a 100644 --- a/tool/funcproto/base.js +++ b/tool/funcproto/base.js @@ -145,24 +145,6 @@ var _base = { obj.call && (this.__app = { call: obj.call }); this.__args = args; this.__of = 1; - this.__up = this.up; - this.up = function (name) { - var obj = this.__up(name), - up = this.up, - args = this.__args; - /*循環参照を避けるため*/ - this.up = callFunc; - for (var i=0, ali=args.length;i