Use the right function.

This commit is contained in:
Ian Gulliver
2016-01-07 20:57:07 -08:00
parent defbc3d38a
commit 67d3cf2ae5

View File

@@ -778,7 +778,7 @@ BabyStats.prototype.checkOverlay_ = function() {
this.spinner_.style.opacity = 0.0;
var message = '', actions = [];
if (!this.cosmo_.isConnected()) {
if (!this.cosmo_.connected()) {
this.spinner_.style.visibility = 'visible';
this.spinner_.style.opacity = 1.0;
message = ' ';