Searched refs:counterA (Results 1 – 1 of 1) sorted by relevance
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | events.js | 164 var obj = {counterA: 0, counterB: 0}; property in AnonymousFunction3ba3dbc70f00.obj 166 var incrA = function(){ obj.counterA += 1; obj.trigger('event'); }; 171 assert.equal(obj.counterA, 1, 'counterA should have only been incremented once.'); 378 var obj = {counterA: 0, counterB: 0}; property in AnonymousFunction3ba3dbc72f00.obj 380 var callback = function() { obj.counterA += 1; }; 386 assert.equal(obj.counterA, 1, 'counterA should have only been incremented once.'); 407 var obj = {counterA: 0, counterB: 0}; property in AnonymousFunction3ba3dbc73200.obj 409 var incrA = function(){ obj.counterA += 1; obj.off('event', incrA); }; 416 assert.equal(obj.counterA, 1, 'counterA should have only been incremented once.'); 529 var obj = {counterA: 0, counterB: 0}; property in AnonymousFunction3ba3dbc74500.obj [all …]
|