raspberry_games_engine_helpers 1.8.277 → 1.8.289

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.
@@ -225,20 +225,20 @@
225
225
  }
226
226
  var SystemPathSeparator$delegate;
227
227
  function Path(rawPath, any) {
228
- this.d25_1 = removeTrailingSeparators(rawPath);
228
+ this.o25_1 = removeTrailingSeparators(rawPath);
229
229
  }
230
230
  protoOf(Path).toString = function () {
231
- return this.d25_1;
231
+ return this.o25_1;
232
232
  };
233
233
  protoOf(Path).equals = function (other) {
234
234
  if (this === other)
235
235
  return true;
236
236
  if (!(other instanceof Path))
237
237
  return false;
238
- return this.d25_1 === other.d25_1;
238
+ return this.o25_1 === other.o25_1;
239
239
  };
240
240
  protoOf(Path).hashCode = function () {
241
- return getStringHashCode(this.d25_1);
241
+ return getStringHashCode(this.o25_1);
242
242
  };
243
243
  function Path_0(path) {
244
244
  _init_properties_PathsNodeJs_kt__bvvvsp();