• Wouter van Oortmerssen's avatar
    Reverting part of PR #4286 · c7bfe06c
    Wouter van Oortmerssen authored
    This is because it trips up the Closure compiler with errors like:
    
    ERROR - assignment to property bb of SomeTable
    found : undefined
    required: (flatbuffers.ByteBuffer|null)
    this.bb = undefined;
    ^^^^^^^^^^^^^^^^^^^
    
    Change-Id: Iaf032b5249ec655e151331e81532e549c12bcd78
    c7bfe06c
Name
Last commit
Last update
..
code_generators.cpp Loading commit data...
flatc.cpp Loading commit data...
flatc_main.cpp Loading commit data...
flathash.cpp Loading commit data...
idl_gen_cpp.cpp Loading commit data...
idl_gen_fbs.cpp Loading commit data...
idl_gen_general.cpp Loading commit data...
idl_gen_go.cpp Loading commit data...
idl_gen_grpc.cpp Loading commit data...
idl_gen_js.cpp Loading commit data...
idl_gen_php.cpp Loading commit data...
idl_gen_python.cpp Loading commit data...
idl_gen_text.cpp Loading commit data...
idl_parser.cpp Loading commit data...
reflection.cpp Loading commit data...
util.cpp Loading commit data...