mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 06:30:54 +00:00
Added missing generated code.
Change-Id: I7201d6891f56094178656a76bf0f87cf36d12554
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user