Fix debug scripts after change to namespace.
This commit is contained in:
@@ -101,7 +101,7 @@ window.addEventListener('load', function() {
|
||||
},
|
||||
};
|
||||
|
||||
var debug = new cosmopolite.Client(callbacks);
|
||||
var debug = new Cosmopolite(callbacks);
|
||||
|
||||
document.getElementById('subscribe').addEventListener('click', function() {
|
||||
debug.subscribe(subject.value, -1);
|
||||
|
||||
Reference in New Issue
Block a user