1. 17 Feb, 2020 1 commit
    • Dallas Reedy's avatar
      Remove usage of underscore; replace with native JS · 3ae49ac3
      Dallas Reedy authored
      * Use jQuery’s `makeArray` to convert jQuery wrapped collection to native array
      * Use native `Array.prototype.map` and `.some`
      * Create an `isEmpty` util which is identical in behavior to underscore and lodash
      3ae49ac3
  2. 14 Feb, 2020 39 commits