Update vendor/backbone.

Former-commit-id: faf9ed71356e1ae8b5c4f65e7084243571cb7d82
This commit is contained in:
John-David Dalton
2013-01-17 00:40:49 -08:00
parent 62fb440de2
commit 5fe7ca5e70
4 changed files with 68 additions and 30 deletions

View File

@@ -36,7 +36,8 @@
</script>
<script>
_.mixin({
'debounce': lodash.debounce
'debounce': lodash.debounce,
'defer': lodash.defer
});
if (!_.chain) {
_.mixin({