From e7221f9050cbe0c1764a21bc0d1a1ce035aa11d3 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 13 May 2014 17:42:52 +0300 Subject: [PATCH] Fix debug scripts after change to namespace. --- static/debug-unity.html | 2 +- static/debug.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);