From b8d9c492db052a313e108355646661f3c3d78c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sat, 15 Oct 2016 00:41:55 +0800 Subject: [PATCH] useCache --- vflow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vflow.js b/vflow.js index 1dc0051..738ccef 100644 --- a/vflow.js +++ b/vflow.js @@ -124,7 +124,7 @@ VFlow.prototype.Render = function( r ) { Dragonfly.Info( "Render" ); this.scope.result = r; - this.scope.plantResult(); + this.scope.plantResult( this.useCache, this.cacheTime ); }; VFlow.create = function( c )