Bug on image update

This commit is contained in:
Ian Gulliver
2016-05-11 20:40:45 +00:00
parent 26c4d89527
commit 5504b9a460

View File

@@ -87,7 +87,7 @@ ImageController.prototype.removeImageType_ = function(type) {
};
ImageController.prototype.onNewManifest_ = function(msg) {
this.fetchManifest_(msg.image_type);
this.fetchManifest_(this.image_types_.get(msg.image_type));
};
ImageController.prototype.fetchManifest_ = function(type) {