backbone.validation icon indicating copy to clipboard operation
backbone.validation copied to clipboard

Update underscore / lodash usage

Open marfire opened this issue 8 years ago • 0 comments

As far as I can tell, this single use of _.include() is the only thing keeping this from being compatible with lodash v4 (where it should be includes()).

Note that _.include() may not be supported by future versions of underscore, either, since as of 1.8.3 it's no longer documented (only includes is listed as an alias of contains).

marfire avatar Aug 31 '16 16:08 marfire