Fixed typo.

This commit is contained in:
Beka Westberg
2019-08-14 15:44:43 -07:00
parent c862a13a38
commit 0eacbd7217

View File

@@ -90,7 +90,7 @@ Blockly.Events.CommentBase.prototype.toJson = function() {
* @param {!Object} json JSON representation.
*/
Blockly.Events.CommentBase.prototype.fromJson = function(json) {
Blockly.Events.COmmentBase.superClass_.fromJson.call(this, json);
Blockly.Events.CommentBase.superClass_.fromJson.call(this, json);
this.commentId = json['commentId'];
};