@leapdev/gui 0.2.242 → 0.2.243

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.
@@ -209,7 +209,7 @@
209
209
  }
210
210
  },
211
211
  observe: function () {
212
- const previousState = window.history.state;
212
+ let previousState = window.history.state;
213
213
  let t = setInterval(function () {
214
214
  if (previousState !== window.history.state) {
215
215
  previousState = window.history.state;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leapdev/gui",
3
- "version": "0.2.242",
3
+ "version": "0.2.243",
4
4
  "description": "LEAP GUI",
5
5
  "author": "LEAP Dev",
6
6
  "license": "ISC",