Skip to content

Commit 980c0d6

Browse files
author
Sebastien Pereira
committed
update README
1 parent 2501192 commit 980c0d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#Pointer/Events [![Build Status](https://travis-ci.org/ibm-dojo/dtreemap.png?branch=master)](https://travis-ci.org/ibm-dojo/pointer)
2-
This [repository][SPE_pointer] proposes a unified and consistent javascript events API which aims to abstract touch/pointer/mouse events across various devices/OS.
1+
#dpointer [![Build Status](https://travis-ci.org/ibm-dojo/dpointer.png?branch=master)](https://travis-ci.org/ibm-dojo/dpointer])
2+
3+
This project proposes a unified and consistent javascript events API which aims to abstract touch/pointer/mouse events across various devices/OS.
34

45
This API is a shim of the [W3C Pointer Events specification][W3C_pointer] and adds features that are out of scope of the current specification.
56

@@ -8,7 +9,7 @@ This API is a shim of the [W3C Pointer Events specification][W3C_pointer] and ad
89
- Support **Pointer Capture** with mouse and touch events.
910
- Normalize **click** (Tap) events, **double click** (double Tap) events, and event **button/buttons/which** values.
1011

11-
##Supported environements
12+
##Supported environments
1213
The API has been successfully tested on the following environments.
1314
###Mobile
1415

@@ -67,15 +68,14 @@ To run the tests/samples you need to set [requirejs] and [domReady] as a sibling
6768

6869
## Contributing
6970
- Use, tests and contributions are welcome: see [contributing]
70-
- This API was developped with **Dojo 2.0** in mind, as a possible replacement of the current Dojo touch API. For more details see [ticket #17192][T_17192]
71+
- This API was developed with **Dojo 2.0** in mind, as a possible replacement of the current Dojo touch API. For more details see [ticket #17192][T_17192]
7172

7273
## Licensing
7374
This project is distributed by the Dojo Foundation and licensed under the "New" [BSD License]. All contributions require a [Dojo Foundation CLA].
7475

7576
## Credits
7677
* Sebastien Pereira (IBM CCLA)
7778

78-
[SPE_pointer]: https://github.com/seb-pereira/pointer
7979
[W3C_pointer]: http://www.w3.org/TR/pointerevents
8080
[T_17192]: https://bugs.dojotoolkit.org/ticket/17192
8181
[contributing]: CONTRIBUTING.md

0 commit comments

Comments
 (0)