@wemap/providers 12.8.10 → 12.9.1

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.
package/dist/index.js CHANGED
@@ -2293,7 +2293,7 @@ class AbsoluteAttitudeFromBrowser extends Provider {
2293
2293
  return;
2294
2294
  }
2295
2295
  if (typeof e.webkitCompassHeading !== "number") {
2296
- super.notifyError(new MissingMagnetometerError().from("deviceorientation"));
2296
+ this.notifyError(new MissingMagnetometerError().from("deviceorientation"));
2297
2297
  return;
2298
2298
  }
2299
2299
  let alpha;