chore(lint) (#4079)

* chore(lint)

I accidentally let 2 pieces of lint in with my generated code.

* fix(generate-code): I did not generate all the required code for tests.
This commit is contained in:
Michael Paulson
2016-11-07 10:27:26 -08:00
committed by Wouter van Oortmerssen
parent c2050aa0e3
commit d298adc4e6
6 changed files with 63 additions and 62 deletions

View File

@@ -75,7 +75,7 @@ NamespaceA.TableInFirstNS.prototype.fooEnum = function() {
* @returns {boolean}
*/
NamespaceA.TableInFirstNS.prototype.mutate_foo_enum = function(value) {
var offset = this.bb.__offset(this.bb_pos, 6)
var offset = this.bb.__offset(this.bb_pos, 6);
if (offset === 0) {
return false;
@@ -83,7 +83,7 @@ NamespaceA.TableInFirstNS.prototype.mutate_foo_enum = function(value) {
this.bb.writeInt8(this.bb_pos + offset, value);
return true;
}
};
/**
* @param {NamespaceA.NamespaceB.StructInNestedNS=} obj