Explorar el Código

Update protobuf.js

Lutz Roeder hace 4 años
padre
commit
54e51bf692
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/protobuf.js

+ 1 - 1
source/protobuf.js

@@ -138,7 +138,7 @@ protobuf.BinaryReader = class {
                             }
                         }
                         tags.set(field, type);
-                        if (!this.skipType(type)) {
+                        if (!this._skipType(type)) {
                             tags.clear();
                             break;
                         }