Less array building.

This commit is contained in:
Nicolas Stepien 2013-04-03 16:59:47 +02:00
parent cc27e36d98
commit 9bd3ff0426

View File

@ -273,6 +273,7 @@ do ->
if arguments.length is 1
for key, val of key
set key, val
return
else
set key, val
<% } else { %>
@ -308,6 +309,7 @@ do ->
if arguments.length is 1
for key, val of key
set key, val
return
else
set key, val
<% } %>