Skip to content

Commit

Permalink
Updated docs to reflect IE10 multitouch support.
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Skinner <info@gskinner.com>
  • Loading branch information
gskinner committed Jun 16, 2012
1 parent e03924d commit 5f31b9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified docs/EaselJS_docs-NEXT.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions lib/easeljs-NEXT.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/easeljs/ui/Touch.js
Expand Up @@ -31,8 +31,8 @@

// TODO: support for double tap.
/**
* Global utility for working with multi-touch enabled devices in EaselJS. Currently supports W3C Touch API (iOS & modern Android browser).
* Has stubbed in support for IE10, though this is completely untested.
* Global utility for working with multi-touch enabled devices in EaselJS. Currently supports W3C Touch API
* (iOS & modern Android browser) and IE10.
* @class Touch
* @static
**/
Expand All @@ -54,7 +54,7 @@ var Touch = function() {

/**
* Enables touch interaction for the specified EaselJS stage. Currently supports iOS (and compatible browsers, such
* as modern Android browsers), and has initial support for IE10 on tablets, though this is currently untested.
* as modern Android browsers), and IE10.
* Supports both single touch and multi-touch modes. Extends the EaselJS MouseEvent model, but without support for
* double click or over/out events. See MouseEvent.pointerID for more information.
* @method enable
Expand Down

0 comments on commit 5f31b9d

Please sign in to comment.