Lutz Roeder пре 4 година
родитељ
комит
716a421626
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      source/protobuf.js

+ 1 - 1
source/protobuf.js

@@ -1066,7 +1066,7 @@ protobuf.TextReader = class {
                     do {
                         c = this._decoder.decode();
                         if (c === undefined) {
-                            this._token === undefined;
+                            this._token = undefined;
                             return;
                         }
                     }