Home
last modified time | relevance | path

Searched defs:listening (Results 1 – 1 of 1) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js167 var internalOn = function(obj, name, callback, context, listening) { argument
171 listening: listening property
210 … handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening}); property
260 listening = listeners[ids[i]]; property
286 listening = handler.listening; property