Skip to content

Commit 411153f

Browse files
committed
Draggable Demos: Update draggable demo to use Polymer PointerEvents polyfill
1 parent ec09c36 commit 411153f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/draggable/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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>
1011
<script src="../../ui/jquery.ui.interaction.js"></script>
1112
<script src="../../ui/jquery.ui.draggable.js"></script>
1213
<link rel="stylesheet" href="../demos.css">

0 commit comments

Comments
 (0)