Skip to content

Commit 86d29ca

Browse files
committed
Update example/template.coffee
1 parent 8a95a15 commit 86d29ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

example/template.coffee

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
tmpl =
32
path: '.'
43
aggregate:
5-
total: (key, value, existing) -> if !sysmo.isArray(value) then value else value.sort().reverse()[0]
6-
pages: (key, value, existing) -> if !sysmo.isArray(value) then value else value.sort().reverse()[0]
4+
total: (key, value, existing) -> if !isArray(value) then value else value.sort().reverse()[0]
5+
pages: (key, value, existing) -> if !isArray(value) then value else value.sort().reverse()[0]
76
as:
87
bins:
98
path: 'Items.SearchBinSets.SearchBinSet.Bin'

0 commit comments

Comments
 (0)