@dolphinweex/weex-vue-render 0.2.97 → 0.2.98

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.
@@ -2766,9 +2766,6 @@ function init$1 (viewportWidth) {
2766
2766
  _checkAndFix(300, '300ms');
2767
2767
  _checkAndFix(600, '600ms');
2768
2768
  _checkAndFix(1000, '1000ms');
2769
- window.addEventListener('resize', function () {
2770
- _checkAndFix(0, 'resize');
2771
- });
2772
2769
  /**
2773
2770
  * why not to use window.screen.width to get screenWidth ? Because in some
2774
2771
  * old webkit browser on android system it get the device pixel width, which
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+ssh://git@github.com/weexteam/weex-vue-render.git"
51
51
  },
52
- "version": "0.2.97"
52
+ "version": "0.2.98"
53
53
  }