kamranayub / UnderscoreKO

A tiny library that adds all of the Underscore.js collection/array methods to Knockout observable arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to support 1.6.0

kamranayub opened this issue · comments

Changes:

  • Added _.findWhere, for finding the first element in a list that matches a particular set of keys and values.
  • Added _.partial, for partially applying a function without changing its dynamic reference to this.