瀏覽代碼

data-event="drag"

soyjavi 13 年之前
父節點
當前提交
7b351ff1ea
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/kitchen-sink/app/resources/sections/touchevents.html

+ 2 - 2
examples/kitchen-sink/app/resources/sections/touchevents.html

@@ -14,9 +14,9 @@
             <li data-event="tap" id="prueba"><strong>Tap me!</strong></li>
             <li data-event="doubleTap"><strong>doubleTap me!</strong></li>
             <li data-event="hold"><strong>hold me!</strong></li>
-            <li data-event="Drag">
+            <li data-event="drag">
                 <strong>Drag me!</strong>
-                <small>Swipe with 2 (or more) fingers</small></li>
+            </li>
 
             <li data-event="swipe">
                 <strong>Swipe me!</strong>