Skip to content

Commit ea19aea

Browse files
committed
API Docs update.
1 parent a3533b9 commit ea19aea

File tree

398 files changed

+420
-412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+420
-412
lines changed

docs/AABB.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ <h1 class="page-title">Source: D:/wamp/www/phaser/src/physics/ninja/AABB.js</h1>
19951995

19961996
<span class="jsdoc-message">
19971997
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
1998-
on Wed Dec 03 2014 10:30:31 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1998+
on Thu Dec 04 2014 11:32:24 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
19991999
</span>
20002000
</footer>
20012001
</div>

docs/AbstractFilter.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ <h1 class="page-title">Source: d:/wamp/www/phaser/src/pixi/filters/AbstractFilte
10401040

10411041
<span class="jsdoc-message">
10421042
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
1043-
on Wed Dec 03 2014 10:30:30 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1043+
on Thu Dec 04 2014 11:32:23 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
10441044
</span>
10451045
</footer>
10461046
</div>

docs/AlphaMaskFilter.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ <h1 class="page-title">Source: d:/wamp/www/phaser/src/pixi/filters/AlphaMaskFilt
10601060

10611061
<span class="jsdoc-message">
10621062
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
1063-
on Wed Dec 03 2014 10:30:30 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1063+
on Thu Dec 04 2014 11:32:23 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
10641064
</span>
10651065
</footer>
10661066
</div>

docs/Animation.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ <h1 class="page-title">Source: D:/wamp/www/phaser/src/animation/Animation.js</h1
17571757

17581758
<span class="jsdoc-message">
17591759
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
1760-
on Wed Dec 03 2014 10:30:31 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1760+
on Thu Dec 04 2014 11:32:24 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
17611761
</span>
17621762
</footer>
17631763
</div>

docs/AnimationManager.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ <h1 class="page-title">Source: D:/wamp/www/phaser/src/animation/AnimationManager
14721472

14731473
set: function (value) {
14741474

1475-
if (typeof value === 'number' && this._frameData.getFrame(value) !== null)
1475+
if (typeof value === 'number' && this._frameData && this._frameData.getFrame(value) !== null)
14761476
{
14771477
this.currentFrame = this._frameData.getFrame(value);
14781478

@@ -1556,7 +1556,7 @@ <h1 class="page-title">Source: D:/wamp/www/phaser/src/animation/AnimationManager
15561556

15571557
<span class="jsdoc-message">
15581558
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
1559-
on Wed Dec 03 2014 10:30:31 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1559+
on Thu Dec 04 2014 11:32:24 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
15601560
</span>
15611561
</footer>
15621562
</div>

docs/AnimationParser.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ <h1 class="page-title">Source: D:/wamp/www/phaser/src/animation/AnimationParser.
12721272

12731273
<span class="jsdoc-message">
12741274
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
1275-
on Wed Dec 03 2014 10:30:31 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1275+
on Thu Dec 04 2014 11:32:24 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
12761276
</span>
12771277
</footer>
12781278
</div>

docs/ArcadeParticles.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ <h1 class="page-title">Source: D:/wamp/www/phaser/src/particles/arcade/ArcadePar
974974

975975
<span class="jsdoc-message">
976976
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
977-
on Wed Dec 03 2014 10:30:31 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
977+
on Thu Dec 04 2014 11:32:24 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
978978
</span>
979979
</footer>
980980
</div>

docs/ArraySet.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ <h1 class="page-title">Source: D:/wamp/www/phaser/src/utils/ArraySet.js</h1>
11981198

11991199
<span class="jsdoc-message">
12001200
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
1201-
on Wed Dec 03 2014 10:30:31 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1201+
on Thu Dec 04 2014 11:32:24 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
12021202
</span>
12031203
</footer>
12041204
</div>

docs/ArrayUtils.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ <h1 class="page-title">Source: D:/wamp/www/phaser/src/utils/ArrayUtils.js</h1>
12721272

12731273
<span class="jsdoc-message">
12741274
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
1275-
on Wed Dec 03 2014 10:30:31 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1275+
on Thu Dec 04 2014 11:32:24 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
12761276
</span>
12771277
</footer>
12781278
</div>

docs/AsciiFilter.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ <h1 class="page-title">Source: d:/wamp/www/phaser/src/pixi/filters/AsciiFilter.j
10491049

10501050
<span class="jsdoc-message">
10511051
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
1052-
on Wed Dec 03 2014 10:30:30 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
1052+
on Thu Dec 04 2014 11:32:23 GMT-0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
10531053
</span>
10541054
</footer>
10551055
</div>

0 commit comments

Comments
 (0)