From 3b5248f22b37169b68a1f09edc57ac0ab676cff7 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 6 May 2014 10:21:33 -0500 Subject: [PATCH] data-tap-disabled not data-prevent-default --- js/utils/tap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/utils/tap.js b/js/utils/tap.js index b818c83b1f..473509457c 100644 --- a/js/utils/tap.js +++ b/js/utils/tap.js @@ -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 - *
+ *
*
*
* ```