Skip to content

Commit

Permalink
omi v4.0.24 - tap event support
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Nov 8, 2018
1 parent 27b765c commit f1019f4
Show file tree
Hide file tree
Showing 17 changed files with 1,778 additions and 19 deletions.
7 changes: 5 additions & 2 deletions packages/omi/config/properties.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"props": {
"cname": 29,
"cname": 33,
"props": {
"$_dirty": "__d",
"$_disable": "__x",
Expand Down Expand Up @@ -29,7 +29,10 @@
"$_proxifyObjectTreeRecursively": "A",
"$_isInstalled": "B",
"$_useId": "C",
"$_useMap": "D"
"$_useMap": "D",
"$___touchX": "F",
"$___touchY": "G",
"$___scrollTop": "H"
}
},
"vars": {
Expand Down
28 changes: 25 additions & 3 deletions packages/omi/dist/omi.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/omi/dist/omi.dev.js.map

Large diffs are not rendered by default.

28 changes: 25 additions & 3 deletions packages/omi/dist/omi.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/omi/dist/omi.esm.js.map

Large diffs are not rendered by default.

28 changes: 25 additions & 3 deletions packages/omi/dist/omi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/omi/dist/omi.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/omi/dist/omi.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/omi/dist/omi.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f1019f4

Please sign in to comment.