Less array building.
This commit is contained in:
parent
cc27e36d98
commit
9bd3ff0426
@ -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
|
||||
<% } %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user