@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.mjs CHANGED
@@ -2274,7 +2274,7 @@ class AbsoluteAttitudeFromBrowser extends Provider {
2274
2274
  return;
2275
2275
  }
2276
2276
  if (typeof e.webkitCompassHeading !== "number") {
2277
- super.notifyError(new MissingMagnetometerError().from("deviceorientation"));
2277
+ this.notifyError(new MissingMagnetometerError().from("deviceorientation"));
2278
2278
  return;
2279
2279
  }
2280
2280
  let alpha;