@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.
- package/dist/index.common.js +0 -3
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -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