@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/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "url": "git+https://github.com/wemap/wemap-modules-js.git"
13
13
  },
14
14
  "name": "@wemap/providers",
15
- "version": "12.8.10",
15
+ "version": "12.9.1",
16
16
  "bugs": {
17
17
  "url": "https://github.com/wemap/wemap-modules-js/issues"
18
18
  },
@@ -28,7 +28,7 @@
28
28
  "@wemap/map": "^12.8.9",
29
29
  "@wemap/maths": "^12.0.0",
30
30
  "@wemap/osm": "^12.8.9",
31
- "@wemap/routers": "^12.8.10",
31
+ "@wemap/routers": "^12.9.0",
32
32
  "@wemap/utils": "^12.0.0",
33
33
  "geomag": "^1.0.0"
34
34
  },
@@ -55,5 +55,5 @@
55
55
  },
56
56
  "./helpers/*": "./helpers/*"
57
57
  },
58
- "gitHead": "a9ac02840374bc97ddf8322f4f35d737ff49a379"
58
+ "gitHead": "fabd0d5d1429c131e73306d0521f01bd80d950f4"
59
59
  }
@@ -163,7 +163,7 @@ class AbsoluteAttitudeFromBrowser extends Provider<AbsoluteAttitude> {
163
163
  }
164
164
 
165
165
  if (typeof e.webkitCompassHeading !== 'number') {
166
- super.notifyError(new MissingMagnetometerError().from('deviceorientation'));
166
+ this.notifyError(new MissingMagnetometerError().from('deviceorientation'));
167
167
  return;
168
168
  }
169
169