mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Add _.pluck to backbone.html in anticipation of Backbone's version bump. [ci skip]
This commit is contained in:
@@ -31,7 +31,8 @@
|
|||||||
<script>
|
<script>
|
||||||
_.mixin({
|
_.mixin({
|
||||||
'debounce': _.debounce || lodash.debounce,
|
'debounce': _.debounce || lodash.debounce,
|
||||||
'defer': _.defer || lodash.defer
|
'defer': _.defer || lodash.defer,
|
||||||
|
'pluck': _.pluck || lodash.pluck
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script src="../vendor/backbone/backbone.js"></script>
|
<script src="../vendor/backbone/backbone.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user