Tweak iteratorTemplate formatting and remove more code from "underscore" builds.

Former-commit-id: cbaa8e41a9a60b5828d2c0da7188d483702c55e1
This commit is contained in:
John-David Dalton
2012-09-13 23:51:52 -07:00
parent 27247e8e56
commit 6c1bbd2344
2 changed files with 14 additions and 17 deletions

View File

@@ -455,8 +455,8 @@
' %>) {' +
' <% } %>\n' +
' value = iteratee[index];\n' +
' <%= objectBranch.inLoop %>;\n' +
' <% if (!hasDontEnumBug || useHas) { %>}\n<% } %>' +
' <%= objectBranch.inLoop %>;' +
' <% if (!hasDontEnumBug || useHas) { %>\n }<% } %>\n' +
' }' +
' <% } %>' +