Typo
This commit is contained in:
@@ -25,7 +25,7 @@ ImageController.prototype.onMessage_ = function(msg) {
|
|||||||
case 'image_types':
|
case 'image_types':
|
||||||
return this.onImageTypes_(msg.data);
|
return this.onImageTypes_(msg.data);
|
||||||
case 'new_manifest':
|
case 'new_manifest':
|
||||||
return this.onNewManfiest_(msg.data);
|
return this.onNewManifest_(msg.data);
|
||||||
case 'report':
|
case 'report':
|
||||||
return this.onReport_(msg.data);
|
return this.onReport_(msg.data);
|
||||||
case 'targets':
|
case 'targets':
|
||||||
|
|||||||
Reference in New Issue
Block a user