Fixing _.template() bug where using 'p' as a variable name would override the variable by the same name in _.template(), causing an error. See test case utilities.namespaceCollisionTemplate() for example of broken case.

This commit is contained in:
Samuel Clay
2010-09-23 12:35:25 -04:00
parent cd93790282
commit 2068f0819d
3 changed files with 16 additions and 4 deletions

1
README
View File

@@ -31,3 +31,4 @@ Many thanks to our contributors:
Luke Sutton
Ryan Tenney
John Wright
Samuel Clay