useCache
This commit is contained in:
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 )
|
||||||
|
Reference in New Issue
Block a user