Remove unneeded __d variable from _.template.

Former-commit-id: 4ff32444d7e96f8b9cc39e61c1ce17fb34fa357c
This commit is contained in:
John-David Dalton
2013-02-14 09:21:06 -08:00
parent 4101b8e937
commit 5ddbb8bc56
5 changed files with 6 additions and 6 deletions

View File

@@ -4733,7 +4733,7 @@
(isEvaluating
? ', __j = Array.prototype.join;\n' +
"function print() { __p += __j.call(arguments, '') }\n"
: (hasVariable ? '' : ', __d = ' + variable + '.' + variable + ' || ' + variable) + ';\n'
: ';\n'
) +
source +
'return __p\n}';