Add _.unescape method. [closes #63]

Former-commit-id: 10eada385fd0e1157271a2da6fb32de047d6d88a
This commit is contained in:
John-David Dalton
2012-08-27 02:05:37 -07:00
parent ce440e9f43
commit 8c911a2fd0
3 changed files with 90 additions and 18 deletions

View File

@@ -132,7 +132,6 @@
'each',
'environment',
'escape',
'escape',
'evaluate',
'every',
'extend',
@@ -215,6 +214,7 @@
'throttle',
'times',
'toArray',
'unescape',
'union',
'uniq',
'unique',