Home
last modified time | relevance | path

Searched refs:objCollection (Results 1 – 1 of 1) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js729 var objCollection = {a: 'foo', b: 'bar', c: 'bbiz'}; class in AnonymousFunction105fccb05900
730 assert.deepEqual(_.mapObject(objCollection, /b/g), {a: 0, b: 1, c: 2});