Adjust backbone test html, and adjust underscore html to work with Lo-Dash's tweaked chain behavior.

Former-commit-id: e5042e1c2811004989e57cc1a24f690c3bab1b25
This commit is contained in:
John-David Dalton
2013-07-28 10:10:28 -07:00
parent 1626cec089
commit 10de191dd5
2 changed files with 3 additions and 28 deletions

View File

@@ -30,8 +30,8 @@
</script>
<script>
_.mixin({
'debounce': lodash.debounce,
'defer': lodash.defer
'debounce': _.debounce || lodash.debounce,
'defer': _.defer || lodash.defer
});
</script>
<script src="../vendor/backbone/backbone.js"></script>