raspberry_games_engine_helpers 1.8.431 → 1.8.433

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -219,20 +219,20 @@
219
219
  }
220
220
  var SystemPathSeparator$delegate;
221
221
  function Path(rawPath, any) {
222
- this.ak_1 = removeTrailingSeparators(rawPath);
222
+ this.bk_1 = removeTrailingSeparators(rawPath);
223
223
  }
224
224
  protoOf(Path).toString = function () {
225
- return this.ak_1;
225
+ return this.bk_1;
226
226
  };
227
227
  protoOf(Path).equals = function (other) {
228
228
  if (this === other)
229
229
  return true;
230
230
  if (!(other instanceof Path))
231
231
  return false;
232
- return this.ak_1 === other.ak_1;
232
+ return this.bk_1 === other.bk_1;
233
233
  };
234
234
  protoOf(Path).hashCode = function () {
235
- return getStringHashCode(this.ak_1);
235
+ return getStringHashCode(this.bk_1);
236
236
  };
237
237
  function Path_0(path) {
238
238
  _init_properties_PathsNodeJs_kt__bvvvsp();