diff --git a/static/debug-unity.html b/static/debug-unity.html index 52f1b04..4206edd 100644 --- a/static/debug-unity.html +++ b/static/debug-unity.html @@ -73,7 +73,7 @@ var callbacks = { }, }; -var cosmo = new cosmopolite.Client(callbacks); +var cosmo = new Cosmopolite(callbacks); diff --git a/static/debug.html b/static/debug.html index 2c93f84..743efb2 100644 --- a/static/debug.html +++ b/static/debug.html @@ -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);