From 9be8e2e81e6801ff620d88acd1d6de0b31bb2645 Mon Sep 17 00:00:00 2001 From: dhrname Date: Mon, 24 Apr 2017 22:49:14 +0900 Subject: [PATCH] Lighten the call method on the base.js --- tool/funcproto/base.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tool/funcproto/base.js b/tool/funcproto/base.js index 20cefef..9a3ecaf 100644 --- a/tool/funcproto/base.js +++ b/tool/funcproto/base.js @@ -182,7 +182,7 @@ var _base = { var args = this.__args, call = this.call; //callメソッドの一時的なキャッシュ /*循環参照を避けるためcallメソッドの入れ替え*/ - this.call = callFunc; + this.call = this.callFunc; for (var i=0, ali=args.length;i