Generated JSDoc.

This commit is contained in:
2019-09-11 09:42:00 +02:00
parent ebe0b1253f
commit 8034d3018a
68 changed files with 121 additions and 116 deletions
+3 -3
View File
@@ -1931,8 +1931,8 @@ scroll your list.</p></td>
<pre class="prettyprint"><code>const elephant1 = PIXI.Sprite.fromImage('./assets/elephant-1.jpg')
const elephant2 = PIXI.Sprite.fromImage('./assets/elephant-2.jpg')
<pre class="prettyprint"><code>const elephant1 = PIXI.Sprite.from('./assets/elephant-1.jpg')
const elephant2 = PIXI.Sprite.from('./assets/elephant-2.jpg')
// Create the list
const list = new List([elephant1, elephant2])
@@ -2585,7 +2585,7 @@ app.scene.addChild(list)</code></pre>
<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Tue Aug 13 2019 12:46:00 GMT+0200 (Mitteleuropäische Sommerzeit)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Sep 11 2019 09:31:36 GMT+0200 (Mitteleuropäische Sommerzeit)
</div>
</footer>
</div>