useCache
This commit is contained in:
parent
bbafa28b37
commit
b8d9c492db
2
vflow.js
2
vflow.js
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user