Remove developer comment

This commit is contained in:
dpedu 2015-02-19 21:20:19 -08:00
parent 813a83f29d
commit fbd552ef4c
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ _tabbro_ = function() {
this.save = function() {
// Save data to chrome
//this._storage.set({"tabbro":this.data})
this._storage.set({"tabbro":this.data})
// Save options to cloud
this._cloudstorage.set({"tabbro_options":this.options})
}