@dolphinweex/weex-vue-render 0.2.35 → 0.2.36
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 +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -10384,7 +10384,7 @@ var dom = {
|
|
|
10384
10384
|
}
|
|
10385
10385
|
else {}
|
|
10386
10386
|
if (options && options.animated === false) {
|
|
10387
|
-
return scrollElement.call(ct, dSuffix,
|
|
10387
|
+
return scrollElement.call(ct, dSuffix, offset)
|
|
10388
10388
|
}
|
|
10389
10389
|
step$1({
|
|
10390
10390
|
scrollable: ct,
|
package/package.json
CHANGED