Browse Source

Merge branch 'videowaiter-return-private' into develop

pull/415/head
Leon Klingele 8 years ago
parent
commit
c9be334d9b
No known key found for this signature in database
GPG Key ID: 83AEC0FEBAA5D483
  1. 4
      static/js/services/videowaiter.js

4
static/js/services/videowaiter.js

@ -93,7 +93,9 @@ define(["underscore"], function(_) { @@ -93,7 +93,9 @@ define(["underscore"], function(_) {
_.defer(function() {
waiter.start();
});
return waiter;
return {
stop: waiter.stop,
};
}
}

Loading…
Cancel
Save