Compare commits

..

No commits in common. "master" and "b8d9c492db052a313e108355646661f3c3d78c20" have entirely different histories.

View File

@ -78,7 +78,6 @@ VFlow.prototype.endFlow = function( layout, ext )
var FinalHandle = function( def, data, _class )
{
var view = doT.template( data, options[ _class ], def );
viewData[ "_process_time" ] = () => _self.scope.ProcessTime;
_self.Render( view( viewData ) );
};