this._printStatus("Saving '" + key + "'..."); if(dojox.off.isOnline){ this._saveOnline(key, value); }else{ this._saveOffline(key, value); }