Skip to content

Commit 47ea392

Browse files
committed
2.1.5
1 parent 683675e commit 47ea392

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

docs/jsdoc/EventEmitter-.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h4 class="name" id="EventEmitter">
275275

276276
<footer class="content-size">
277277
<div class="footer">
278-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Jan 29 2020 18:09:25 GMT+0800 (Taipei Standard Time)
278+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Mon Aug 31 2020 21:31:39 GMT+0800 (Taipei Standard Time)
279279
</div>
280280
</footer>
281281
</div>

docs/jsdoc/Scrollbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3045,7 +3045,7 @@ <h4 class="name" id="updateLoop">
30453045

30463046
<footer class="content-size">
30473047
<div class="footer">
3048-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Jan 29 2020 18:09:25 GMT+0800 (Taipei Standard Time)
3048+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Mon Aug 31 2020 21:31:39 GMT+0800 (Taipei Standard Time)
30493049
</div>
30503050
</footer>
30513051
</div>

docs/jsdoc/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ <h2>Simple Example</h2>
200200
sprite.width = sprite.height = 500
201201
sprite.tint = 0xff0000
202202

203+
// force an update of the scrollbox's calculations after updating the children
204+
scrollbox.update()
205+
203206
// add the viewport to the stage
204207
const app = new PIXI.Application()
205208
document.body.appendChild(app.view)
@@ -236,7 +239,7 @@ <h2>license</h2>
236239

237240
<footer class="content-size">
238241
<div class="footer">
239-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Jan 29 2020 18:09:25 GMT+0800 (Taipei Standard Time)
242+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Mon Aug 31 2020 21:31:39 GMT+0800 (Taipei Standard Time)
240243
</div>
241244
</footer>
242245
</div>

docs/jsdoc/node_modules_eventemitter3_index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ <h2>node_modules/eventemitter3/index.js</h2>
506506

507507
<footer class="content-size">
508508
<div class="footer">
509-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Jan 29 2020 18:09:25 GMT+0800 (Taipei Standard Time)
509+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Mon Aug 31 2020 21:31:39 GMT+0800 (Taipei Standard Time)
510510
</div>
511511
</footer>
512512
</div>

docs/jsdoc/node_modules_eventemitter3_umd_eventemitter3.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ <h2>node_modules/eventemitter3/umd/eventemitter3.js</h2>
510510

511511
<footer class="content-size">
512512
<div class="footer">
513-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Jan 29 2020 18:09:25 GMT+0800 (Taipei Standard Time)
513+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Mon Aug 31 2020 21:31:39 GMT+0800 (Taipei Standard Time)
514514
</div>
515515
</footer>
516516
</div>

docs/jsdoc/src_scrollbox.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ <h2>src/scrollbox.js</h2>
846846

847847
<footer class="content-size">
848848
<div class="footer">
849-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Jan 29 2020 18:09:25 GMT+0800 (Taipei Standard Time)
849+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Mon Aug 31 2020 21:31:39 GMT+0800 (Taipei Standard Time)
850850
</div>
851851
</footer>
852852
</div>

0 commit comments

Comments
 (0)