Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-01-10 01:55:34 +0300
committerChris Rebert <github@rebertia.com>2015-01-10 01:55:34 +0300
commitc51a816299dd383b0c96474c46ac538f5afb3b84 (patch)
treee342b2c0aeac4819aa66e8227a6102e49ab8b272
parent7d4a4ee860f56b0bfd147a8526452d6bd396e0ad (diff)
README: fix wrong name of event property
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85dbe64..b64b606 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ The module has one public event:
* This event isn't fired merely if a different pointer becomes the primary pointer. The new primary pointer must also differ from the old primary pointer in its support for true hovering. For example, switching from one mouse to another mouse, or from one touchscreen to another touchscreen won't cause this event to fire.
* Target: the `document` object
* Extra properties:
- * `canTrulyHover`
+ * `trueHover`
* Type: `boolean`
* Value: Same as `supportsTrueHover()`'s return value at the time of firing the event