Skip to content

Commit

Permalink
v1.2.4 - Improve touch event support
Browse files Browse the repository at this point in the history
  • Loading branch information
goldfire committed Dec 19, 2016
1 parent 36463dd commit 6bf31f8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions CanvasInput.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* CanvasInput v1.2.3
* CanvasInput v1.2.4
* http://goldfirestudios.com/blog/108/CanvasInput-HTML5-Canvas-Text-Input
*
* (c) 2013-2016, James Simpson of GoldFire Studios
* (c) 2013-2017, James Simpson of GoldFire Studios
* goldfirestudios.com
*
* MIT License
Expand Down
6 changes: 3 additions & 3 deletions CanvasInput.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ In addition to getter/setter methods for each of the above properties, the follo

## License

Copyright (c) 2013-2016 James Simpson and GoldFire Studios, Inc.
Copyright (c) 2013-2017 James Simpson and GoldFire Studios, Inc.

Released under the MIT License.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "CanvasInput",
"version": "1.2.2",
"name": "canvasinput",
"description": "CanvasInput recreates and improves a full DOM element within HTML5 Canvas.",
"filename": "CanvasInput.min.js",
"homepage": "http://goldfirestudios.com/blog/108/CanvasInput-HTML5-Canvas-Text-Input",
"filename": "CanvasInput.js",
"version": "1.2.4",
"repository": {
"type": "git",
"url": "https://github.com/goldfire/CanvasInput.git"
},
"keywords": [
"DOM",
"HTML5",
"Canvas"
"dom",
"html5",
"canvas",
"input",
"text"
],
"author": "James Simpson",
"license": "MIT",
"homepage": "http://goldfirestudios.com/blog/108/CanvasInput-HTML5-Canvas-Text-Input"
"author": "James Simpson <james@goldfirestudios.com> (http://goldfirestudios.com)",
"license": "MIT"
}

0 comments on commit 6bf31f8

Please sign in to comment.