pryv / app-web

(Deprecated) Pryv for the web a.k.a. ‘the browser’
0 stars 2 forks source link

signal emitter for filtered stream changes #3

Closed perki closed 10 years ago

perki commented 10 years ago

Quick hint.. not tested .. changes should be available thru

activeFilter.addEventListener(SIGNAL.FILTERED_STREAMS_CHANGE, function (streams) {
      // ...
    });
perki commented 10 years ago

This should take a few seconds to review

sgoumaz commented 10 years ago

Looks alright to me; merged PR. @jpagand can you test and confirm?