Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit ad567bb

Browse files
committed
0.4.2
1 parent 422ca6c commit ad567bb

File tree

5 files changed

+1648
-5
lines changed

5 files changed

+1648
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PEP polyfills pointer events in all browsers that haven't yet implemented them,
77
## Getting Started
88

99
1. Place the PEP script in the document head
10-
- `<script src="https://code.jquery.com/pep/0.4.1/pep.js"></script>`
10+
- `<script src="https://code.jquery.com/pep/0.4.2/pep.js"></script>`
1111

1212
1. By default, no pointer events are sent from an element. This maximizes the possibility that a browser can deliver smooth scrolling and jank-free gestures. If you want to receive events, you must set the `touch-action` property of that element. Set up some elements to create events with the [`touch-action` attribute](http://www.w3.org/TR/pointerevents/#the-touch-action-css-property).
1313

@@ -30,7 +30,7 @@ PEP polyfills pointer events in all browsers that haven't yet implemented them,
3030
<title>PEP (Pointer Events Polyfill)</title>
3131
<meta name="viewport" content="width=device-width">
3232
<!-- include PEP -->
33-
<script src="https://code.jquery.com/pep/0.4.1/pep.js"></script>
33+
<script src="https://code.jquery.com/pep/0.4.2/pep.js"></script>
3434
</head>
3535
<body>
3636
<button id="b" touch-action="none">Test button!</button>

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"**/.*",
1515
"node_modules",
1616
"test"
17-
]
17+
],
18+
"version": "0.4.2"
1819
}

0 commit comments

Comments
 (0)