mobility-toolbox-js 2.0.0-beta.27 → 2.0.0-beta.28
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/common/mixins/RealtimeLayerMixin.js +1 -1
- package/mbt.js +1 -1
- package/mbt.js.map +2 -2
- package/mbt.min.js +1 -1
- package/mbt.min.js.map +2 -2
- package/package.json +1 -1
package/mbt.js
CHANGED
|
@@ -48702,7 +48702,7 @@ uniform ${i3} ${o3} u_${a3};
|
|
|
48702
48702
|
writable: true
|
|
48703
48703
|
},
|
|
48704
48704
|
useThrottle: {
|
|
48705
|
-
value: options.useThrottle
|
|
48705
|
+
value: options.useThrottle !== false,
|
|
48706
48706
|
writable: true
|
|
48707
48707
|
},
|
|
48708
48708
|
useDebounce: {
|