Added missing generated code.

Change-Id: I7201d6891f56094178656a76bf0f87cf36d12554
This commit is contained in:
Wouter van Oortmerssen
2017-08-11 09:28:06 -07:00
parent 46bb05d952
commit ffddbdc7ab
7 changed files with 2 additions and 21 deletions

View File

@@ -318,7 +318,7 @@ Movie.prototype.charactersTypeArray = function() {
* @param {flatbuffers.Table=} obj
* @returns {?flatbuffers.Table}
*/
Movie.prototype.characters = function(index) {
Movie.prototype.characters = function(index, obj) {
var offset = this.bb.__offset(this.bb_pos, 10);
return offset ? this.bb.__union(obj, this.bb.__vector(this.bb_pos + offset) + index * 4) : null;
};