Add unescape to the dependency map and exclude unescape from the "underscore" build.

Former-commit-id: 20656e5226207e55713a286c7d7069b73170272f
This commit is contained in:
John-David Dalton
2012-08-27 02:33:38 -07:00
parent 53e5a756d7
commit 21783e4ea0

View File

@@ -234,6 +234,7 @@
'throttle': [],
'times': [],
'toArray': ['isFunction', 'values'],
'unescape': [],
'union': ['indexOf'],
'uniq': ['identity', 'indexOf'],
'uniqueId': [],
@@ -280,6 +281,7 @@
'forOwn',
'merge',
'partial',
'unescape',
'where',
'zipObject'
]));