Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit a2b1972

Browse files
committed
Implemented more tap events
1 parent c0cf753 commit a2b1972

File tree

13 files changed

+888
-17
lines changed

13 files changed

+888
-17
lines changed

app/public/js/embed.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/public/js/libraries.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/public/js/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"components/modernizr/modernizr.js",
1515
"components/bellhop/dist/bellhop.min.js",
1616
"components/springroll-container/dist/container.min.js",
17-
"components/autogrow-textarea/jquery.autogrowtextarea.min.js"
17+
"components/autogrow-textarea/jquery.autogrowtextarea.min.js",
18+
"src/libs/jquery.mobile.custom.min.js"
1819
],
1920
"librariesDebug": [
2021
"components/jquery/dist/jquery.js",
@@ -24,7 +25,8 @@
2425
"components/modernizr/modernizr.js",
2526
"components/bellhop/dist/bellhop.js",
2627
"components/springroll-container/dist/container.js",
27-
"components/autogrow-textarea/jquery.autogrowtextarea.js"
28+
"components/autogrow-textarea/jquery.autogrowtextarea.js",
29+
"src/libs/jquery.mobile.custom.js"
2830
],
2931
"modules": {
3032
"embed": [

0 commit comments

Comments
 (0)