Skip to content

Commit

Permalink
Fixed broken tests #25
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarajanchinnasamy committed Jan 12, 2017
1 parent dec2f76 commit 1c56808
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/subtotal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/subtotal.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions subtotal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,8 @@ callWithJQuery ($) ->
$.pivotUtilities.subtotalAggregatorTemplates = subtotalAggregatorTemplates

$.pivotUtilities.subtotal_aggregators = do (tpl = aggregatorTemplates, sTpl = subtotalAggregatorTemplates) ->
"Count As Fraction Of Parent Row": sTpl.fractionOf(tpl.count(), "row", usFmtPct)
"Count As Fraction Of Parent Column": sTpl.fractionOf(tpl.count(), "col", usFmtPct)
"Sum As Fraction Of Parent Row": sTpl.fractionOf(tpl.sum(), "row", usFmtPct)
"Sum As Fraction Of Parent Column": sTpl.fractionOf(tpl.sum(), "col", usFmtPct)
"Count As Fraction Of Parent Row": sTpl.fractionOf(tpl.count(), "row", usFmtPct)
"Count As Fraction Of Parent Column": sTpl.fractionOf(tpl.count(), "col", usFmtPct)

0 comments on commit 1c56808

Please sign in to comment.