From e48bc30d8329a28d81c61af8c35ee2f03a30d164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Wed, 11 Feb 2015 21:24:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fef93f7..bc7522d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $('.color').colorPicker({ margin: '', // positioning margin (can also be set in cssAddon) scrollResize: true // toggle for reposition colorPicker on window.resize/scroll gap: 4 // gap to right and bottom edge of view port if repositioned to fit - preventFocus: false // prevents default on focus of input fields, + preventFocus: false // prevents default on focus of input fields (e.g. no keyboard on mobile) body: document.body // the element where the events are attached to (touchstart, mousedown, pointerdown, focus, click, change) }); ```