Compare commits
No commits in common. "master" and "b8d9c492db052a313e108355646661f3c3d78c20" have entirely different histories.
master
...
b8d9c492db
1
vflow.js
1
vflow.js
@ -78,7 +78,6 @@ VFlow.prototype.endFlow = function( layout, ext )
|
|||||||
var FinalHandle = function( def, data, _class )
|
var FinalHandle = function( def, data, _class )
|
||||||
{
|
{
|
||||||
var view = doT.template( data, options[ _class ], def );
|
var view = doT.template( data, options[ _class ], def );
|
||||||
viewData[ "_process_time" ] = () => _self.scope.ProcessTime;
|
|
||||||
_self.Render( view( viewData ) );
|
_self.Render( view( viewData ) );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user