Home
last modified time | relevance | path

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

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js3 var a, b, c, d, e, col, otherCol; variable
14 otherCol = new Backbone.Collection();
155 otherCol.add(e);
156 otherCol.on('add', function() {
167 assert.equal(otherCol.length, 1);