2
0
Lutz Roeder 4 жил өмнө
parent
commit
54e51bf692
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;
                         }