Skip to content

Commit 2997c2a

Browse files
committed
Update to use new unminified dev build of PointerEvents polyfill
1 parent 677cc6e commit 2997c2a

File tree

3 files changed

+1163
-5
lines changed

3 files changed

+1163
-5
lines changed

demos/draggable/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="../../jquery-1.9.1.js"></script>
88
<script src="../../ui/jquery.ui.core.js"></script>
99
<script src="../../ui/jquery.ui.widget.js"></script>
10-
<script src="../../external/pointerevents.js"></script>
10+
<script src="../../external/pointerevents.dev.js"></script>
1111
<script src="../../ui/jquery.ui.interaction.js"></script>
1212
<script src="../../ui/jquery.ui.draggable.js"></script>
1313
<link rel="stylesheet" href="../demos.css">

0 commit comments

Comments
 (0)