Lots of closure annotation to allow JavaScript compile/verification.

This commit is contained in:
Ian Gulliver
2014-05-27 14:29:12 -07:00
parent b6d5e6d6ae
commit e51d42a842
2 changed files with 210 additions and 65 deletions

View File

@@ -505,7 +505,6 @@ asyncTest('Two channels, one client', function() {
var callbacks = {
'onMessage': function(msg) {
console.log('onMessage');
equal(msg['subject']['name'], subject, 'subject matches');
equal(msg['message'], message, 'message matches');
cosmo1.shutdown();