Skip to content

Commit

Permalink
update version and rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamngan committed Oct 14, 2018
1 parent b32f63e commit 4197690
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/es5.js

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

2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion dist/pts.js

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

2 changes: 1 addition & 1 deletion dist/pts.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 docs/json/class/Space_MultiTouchSpace.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,13 +671,13 @@
"parameters": [
{
"name": "b",
"comment": "",
"type": "IPt",
"comment": "a Bound representing the position and size of the space",
"type": "Bound",
"default": false
},
{
"name": "evt",
"comment": "",
"comment": "event\n",
"type": "Event",
"default": false
}
Expand Down
6 changes: 3 additions & 3 deletions docs/json/class/Space_Space.json
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,13 @@
"parameters": [
{
"name": "b",
"comment": "",
"type": "IPt",
"comment": "a Bound representing the position and size of the space",
"type": "Bound",
"default": false
},
{
"name": "evt",
"comment": "",
"comment": "event\n",
"type": "Event",
"default": false
}
Expand Down
8 changes: 4 additions & 4 deletions docs/json/class/Types_IPlayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"signatures": [
{
"comment": "",
"returns": "any",
"returns": "void",
"returns_comment": false,
"parameters": [
{
Expand Down Expand Up @@ -81,13 +81,13 @@
"signatures": [
{
"comment": "",
"returns": "undefined",
"returns": "void",
"returns_comment": false,
"parameters": [
{
"name": "size",
"comment": "",
"type": "IPt",
"type": "Bound",
"default": false
},
{
Expand Down Expand Up @@ -119,7 +119,7 @@
"signatures": [
{
"comment": "",
"returns": "any",
"returns": "void",
"returns_comment": false,
"parameters": [
{
Expand Down

0 comments on commit 4197690

Please sign in to comment.