Aliasing _.contains to _.include

This commit is contained in:
Jeremy Ashkenas
2010-07-15 10:18:11 -04:00
parent 9827f87611
commit ef396a9e13
4 changed files with 4 additions and 2 deletions

View File

@@ -651,6 +651,7 @@
_.select = _.filter;
_.all = _.every;
_.any = _.some;
_.contains = _.include;
_.head = _.first;
_.tail = _.rest;
_.methods = _.functions;