Skip to content

Commit 6bf31f8

Browse files
committed
v1.2.4 - Improve touch event support
1 parent 36463dd commit 6bf31f8

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

CanvasInput.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
2-
* CanvasInput v1.2.3
2+
* CanvasInput v1.2.4
33
* http://goldfirestudios.com/blog/108/CanvasInput-HTML5-Canvas-Text-Input
44
*
5-
* (c) 2013-2016, James Simpson of GoldFire Studios
5+
* (c) 2013-2017, James Simpson of GoldFire Studios
66
* goldfirestudios.com
77
*
88
* MIT License

CanvasInput.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ In addition to getter/setter methods for each of the above properties, the follo
115115

116116
## License
117117

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

120120
Released under the MIT License.

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
2-
"name": "CanvasInput",
3-
"version": "1.2.2",
2+
"name": "canvasinput",
43
"description": "CanvasInput recreates and improves a full DOM element within HTML5 Canvas.",
5-
"filename": "CanvasInput.min.js",
4+
"homepage": "http://goldfirestudios.com/blog/108/CanvasInput-HTML5-Canvas-Text-Input",
5+
"filename": "CanvasInput.js",
6+
"version": "1.2.4",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/goldfire/CanvasInput.git"
910
},
1011
"keywords": [
11-
"DOM",
12-
"HTML5",
13-
"Canvas"
12+
"dom",
13+
"html5",
14+
"canvas",
15+
"input",
16+
"text"
1417
],
15-
"author": "James Simpson",
16-
"license": "MIT",
17-
"homepage": "http://goldfirestudios.com/blog/108/CanvasInput-HTML5-Canvas-Text-Input"
18+
"author": "James Simpson <james@goldfirestudios.com> (http://goldfirestudios.com)",
19+
"license": "MIT"
1820
}

0 commit comments

Comments
 (0)