Tidying up the repo, moving old wip stuff out, clearing up the docs.

This commit is contained in:
photonstorm
2014-02-24 12:14:31 +00:00
parent 46e85c8394
commit 9d9fd06392
774 changed files with 1717 additions and 123045 deletions
+5 -5
View File
@@ -1958,13 +1958,13 @@ Object.defineProperty(Phaser.Physics.Body.prototype, "x", {
get: function () {
return this.p2px(this.data.position[0]);
return this.p2pxi(this.data.position[0]);
},
set: function (value) {
this.data.position[0] = this.px2p(value);
this.data.position[0] = this.px2pi(value);
}
@@ -1978,13 +1978,13 @@ Object.defineProperty(Phaser.Physics.Body.prototype, "y", {
get: function () {
return this.p2px(this.data.position[1]);
return this.p2pxi(this.data.position[1]);
},
set: function (value) {
this.data.position[1] = this.px2p(value);
this.data.position[1] = this.px2pi(value);
}
@@ -2010,7 +2010,7 @@ Object.defineProperty(Phaser.Physics.Body.prototype, "y", {
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
on Fri Feb 21 2014 15:36:22 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
on Mon Feb 24 2014 12:11:34 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>