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).