data-tap-disabled not data-prevent-default

This commit is contained in:
Adam Bradley
2014-05-06 10:21:33 -05:00
parent 6e231dbf26
commit 3b5248f22b

View File

@@ -21,10 +21,10 @@
*
* ### Disabling the tap system
* To disable the tap for any element and all of its children elements,
* add the attribute `data-prevent-default="true"`.
* add the attribute `data-tap-disabled="true"`.
*
* ```html
* <div data-prevent-default="true">
* <div data-tap-disabled="true">
* <div id="google-map"></div>
* </div>
* ```