This commit is contained in:
斟酌 鵬兄 2016-10-15 00:41:55 +08:00
parent bbafa28b37
commit b8d9c492db

View File

@ -124,7 +124,7 @@ VFlow.prototype.Render = function( r )
{ {
Dragonfly.Info( "Render" ); Dragonfly.Info( "Render" );
this.scope.result = r; this.scope.result = r;
this.scope.plantResult(); this.scope.plantResult( this.useCache, this.cacheTime );
}; };
VFlow.create = function( c ) VFlow.create = function( c )