Skip to content

Instantly share code, notes, and snippets.

@mattsizzle
mattsizzle / ko.utils.3.3.0.signatures.js
Last active August 28, 2015 16:38 — forked from hyle/ko.utils.3.3.0.signatures.js
KnockoutJS 3.3.0 utils (ko.utils) signatures
// knockout 3.3.0
ko.utils.addOrRemoveItem = function (array, value, included) { /* .. */ }
ko.utils.anyDomNodeIsAttachedToDocument = function (nodes) { /* .. */ }
ko.utils.arrayFilter = function (array, predicate) { /* .. */ }
ko.utils.arrayFirst = function (array, predicate, predicateOwner) { /* .. */ }