Pass canterm flag to raters

master
Austin Schaffer 2020-01-28 13:57:42 -05:00 committed by Mike Gerwitz
parent bc28af0145
commit 0db05c442c
1 changed files with 2 additions and 2 deletions

View File

@ -92,10 +92,10 @@
<text>; </text>
<!-- we'll export a version that automatically performs the mapping -->
<text>module.exports = function( args_base ) { </text>
<text>module.exports = function( args_base, _canterm ) { </text>
<text>var ret; rater.fromMap( args_base, function( args ) {</text>
<text>
var rater_result = rater( args );
var rater_result = rater( args, _canterm );
// perf counter
var start = ( new Date() ).getTime();