Skip to content

Commit d666a0d

Browse files
committed
published 2.2.1
1 parent 3603567 commit d666a0d

13 files changed

+27
-68
lines changed

dist/scrollbox.es.js

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scrollbox.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scrollbox.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scrollbox.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.js

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@
598598
{
599599
window.Int32Array = Array;
600600
}
601-
//# sourceMappingURL=polyfill.es.js.map
602601

603602
var isMobile_min = createCommonjsModule(function (module) {
604603
!function(e){var n=/iPhone/i,t=/iPod/i,r=/iPad/i,a=/\bAndroid(?:.+)Mobile\b/i,p=/Android/i,l=/\bAndroid(?:.+)SD4930UR\b/i,b=/\bAndroid(?:.+)(?:KF[A-Z]{2,4})\b/i,f=/Windows Phone/i,u=/\bWindows(?:.+)ARM\b/i,c=/BlackBerry/i,s=/BB10/i,v=/Opera Mini/i,h=/\b(CriOS|Chrome)(?:.+)Mobile/i,w=/\Mobile(?:.+)Firefox\b/i;function m(e,i){return e.test(i)}function i(e){var i=e||("undefined"!=typeof navigator?navigator.userAgent:""),o=i.split("[FBAN");void 0!==o[1]&&(i=o[0]),void 0!==(o=i.split("Twitter"))[1]&&(i=o[0]);var d={apple:{phone:m(n,i)&&!m(f,i),ipod:m(t,i),tablet:!m(n,i)&&m(r,i)&&!m(f,i),device:(m(n,i)||m(t,i)||m(r,i))&&!m(f,i)},amazon:{phone:m(l,i),tablet:!m(l,i)&&m(b,i),device:m(l,i)||m(b,i)},android:{phone:!m(f,i)&&m(l,i)||!m(f,i)&&m(a,i),tablet:!m(f,i)&&!m(l,i)&&!m(a,i)&&(m(b,i)||m(p,i)),device:!m(f,i)&&(m(l,i)||m(b,i)||m(a,i)||m(p,i))},windows:{phone:m(f,i),tablet:m(u,i),device:m(f,i)||m(u,i)},other:{blackberry:m(c,i),blackberry10:m(s,i),opera:m(v,i),firefox:m(w,i),chrome:m(h,i),device:m(c,i)||m(s,i)||m(v,i)||m(w,i)||m(h,i)}};return d.any=d.apple.device||d.android.device||d.windows.device||d.other.device,d.phone=d.apple.phone||d.android.phone||d.windows.phone,d.tablet=d.apple.tablet||d.android.tablet||d.windows.tablet,d}module.exports&&"undefined"==typeof window?module.exports=i:module.exports&&"undefined"!=typeof window?module.exports=i():e.isMobile=i();}(commonjsGlobal);
@@ -915,7 +914,6 @@
915914
*/
916915
ROUND_PIXELS: false,
917916
};
918-
//# sourceMappingURL=settings.es.js.map
919917

920918
var eventemitter3 = createCommonjsModule(function (module) {
921919

@@ -3480,7 +3478,6 @@
34803478
MASK_TYPES[MASK_TYPES["STENCIL"] = 2] = "STENCIL";
34813479
MASK_TYPES[MASK_TYPES["SPRITE"] = 3] = "SPRITE";
34823480
})(MASK_TYPES || (MASK_TYPES = {}));
3483-
//# sourceMappingURL=constants.es.js.map
34843481

34853482
/*!
34863483
* @pixi/utils - v5.2.0
@@ -4435,7 +4432,6 @@
44354432

44364433
warnings[message] = true;
44374434
}
4438-
//# sourceMappingURL=utils.es.js.map
44394435

44404436
var utils_es = /*#__PURE__*/Object.freeze({
44414437
__proto__: null,
@@ -6376,7 +6372,6 @@
63766372
};
63776373
return RoundedRectangle;
63786374
}());
6379-
//# sourceMappingURL=math.es.js.map
63806375

63816376
/*!
63826377
* @pixi/display - v5.2.0
@@ -8270,7 +8265,6 @@
82708265

82718266
// performance increase to avoid using call.. (10x faster)
82728267
Container.prototype.containerUpdateTransform = Container.prototype.updateTransform;
8273-
//# sourceMappingURL=display.es.js.map
82748268

82758269
/*!
82768270
* @pixi/accessibility - v5.2.0
@@ -8957,7 +8951,6 @@
89578951
this.children = null;
89588952
this.renderer = null;
89598953
};
8960-
//# sourceMappingURL=accessibility.es.js.map
89618954

89628955
var accessibility_es = /*#__PURE__*/Object.freeze({
89638956
__proto__: null,
@@ -9160,7 +9153,6 @@
91609153
*/
91619154
run: { value: Runner.prototype.emit },
91629155
});
9163-
//# sourceMappingURL=runner.es.js.map
91649156

91659157
/*!
91669158
* @pixi/ticker - v5.2.0
@@ -9983,7 +9975,6 @@
99839975
};
99849976
return TickerPlugin;
99859977
}());
9986-
//# sourceMappingURL=ticker.es.js.map
99879978

99889979
/*!
99899980
* @pixi/core - v5.2.0
@@ -23020,7 +23011,6 @@
2302023011
// Setup the default BatchRenderer plugin, this is what
2302123012
// we'll actually export at the root level
2302223013
var BatchRenderer = BatchPluginFactory.create();
23023-
//# sourceMappingURL=core.es.js.map
2302423014

2302523015
/*!
2302623016
* @pixi/extract - v5.2.0
@@ -23292,7 +23282,6 @@
2329223282
}
2329323283
}
2329423284
};
23295-
//# sourceMappingURL=extract.es.js.map
2329623285

2329723286
var extract_es = /*#__PURE__*/Object.freeze({
2329823287
__proto__: null,
@@ -25803,7 +25792,6 @@
2580325792

2580425793
return InteractionManager;
2580525794
}(eventemitter3));
25806-
//# sourceMappingURL=interaction.es.js.map
2580725795

2580825796
var interaction_es = /*#__PURE__*/Object.freeze({
2580925797
__proto__: null,
@@ -29619,7 +29607,6 @@
2961929607
* @member {PIXI.Point}
2962029608
*/
2962129609
Graphics._TEMP_POINT = new Point();
29622-
//# sourceMappingURL=graphics.es.js.map
2962329610

2962429611
/*!
2962529612
* @pixi/sprite - v5.2.0
@@ -30295,7 +30282,6 @@
3029530282

3029630283
return Sprite;
3029730284
}(Container));
30298-
//# sourceMappingURL=sprite.es.js.map
3029930285

3030030286
/*!
3030130287
* @pixi/text - v5.2.0
@@ -32567,7 +32553,6 @@
3256732553

3256832554
return Text;
3256932555
}(Sprite));
32570-
//# sourceMappingURL=text.es.js.map
3257132556

3257232557
/*!
3257332558
* @pixi/prepare - v5.2.0
@@ -33272,7 +33257,6 @@
3327233257
{
3327333258
return Date.now() - this.frameStart < this.maxMilliseconds;
3327433259
};
33275-
//# sourceMappingURL=prepare.es.js.map
3327633260

3327733261
var prepare_es = /*#__PURE__*/Object.freeze({
3327833262
__proto__: null,
@@ -33506,7 +33490,6 @@
3350633490
};
3350733491

3350833492
Application.registerPlugin(ResizePlugin);
33509-
//# sourceMappingURL=app.es.js.map
3351033493

3351133494
var parseUri = function parseURI (str, opts) {
3351233495
opts = opts || {};
@@ -36032,7 +36015,6 @@
3603236015

3603336016
return Loader;
3603436017
};
36035-
//# sourceMappingURL=resource-loader.esm.js.map
3603636018

3603736019
/*!
3603836020
* @pixi/loaders - v5.2.0
@@ -36334,7 +36316,6 @@
3633436316
* @memberof PIXI
3633536317
*/
3633636318
var LoaderResource = Resource$1;
36337-
//# sourceMappingURL=loaders.es.js.map
3633836319

3633936320
/*!
3634036321
* @pixi/particles - v5.2.0
@@ -37303,7 +37284,6 @@
3730337284

3730437285
return ParticleRenderer;
3730537286
}(ObjectRenderer));
37306-
//# sourceMappingURL=particles.es.js.map
3730737287

3730837288
/*!
3730937289
* @pixi/spritesheet - v5.2.0
@@ -37712,7 +37692,6 @@
3771237692

3771337693
return url.resolve(resource.url.replace(baseUrl, ''), resource.data.meta.image);
3771437694
};
37715-
//# sourceMappingURL=spritesheet.es.js.map
3771637695

3771737696
/*!
3771837697
* @pixi/sprite-tiling - v5.2.0
@@ -38209,7 +38188,6 @@
3820938188

3821038189
return TilingSpriteRenderer;
3821138190
}(ObjectRenderer));
38212-
//# sourceMappingURL=sprite-tiling.es.js.map
3821338191

3821438192
/*!
3821538193
* @pixi/text-bitmap - v5.2.0
@@ -39035,7 +39013,6 @@
3903539013
}
3903639014
}
3903739015
};
39038-
//# sourceMappingURL=text-bitmap.es.js.map
3903939016

3904039017
/*!
3904139018
* @pixi/filter-alpha - v5.2.0
@@ -39100,7 +39077,6 @@
3910039077

3910139078
return AlphaFilter;
3910239079
}(Filter));
39103-
//# sourceMappingURL=filter-alpha.es.js.map
3910439080

3910539081
/*!
3910639082
* @pixi/filter-blur - v5.2.0
@@ -39526,7 +39502,6 @@
3952639502

3952739503
return BlurFilter;
3952839504
}(Filter));
39529-
//# sourceMappingURL=filter-blur.es.js.map
3953039505

3953139506
/*!
3953239507
* @pixi/filter-color-matrix - v5.2.0
@@ -40125,7 +40100,6 @@
4012540100

4012640101
// Americanized alias
4012740102
ColorMatrixFilter.prototype.grayscale = ColorMatrixFilter.prototype.greyscale;
40128-
//# sourceMappingURL=filter-color-matrix.es.js.map
4012940103

4013040104
/*!
4013140105
* @pixi/filter-displacement - v5.2.0
@@ -40243,7 +40217,6 @@
4024340217

4024440218
return DisplacementFilter;
4024540219
}(Filter));
40246-
//# sourceMappingURL=filter-displacement.es.js.map
4024740220

4024840221
/*!
4024940222
* @pixi/filter-fxaa - v5.2.0
@@ -40281,7 +40254,6 @@
4028140254

4028240255
return FXAAFilter;
4028340256
}(Filter));
40284-
//# sourceMappingURL=filter-fxaa.es.js.map
4028540257

4028640258
/*!
4028740259
* @pixi/filter-noise - v5.2.0
@@ -40361,7 +40333,6 @@
4036140333

4036240334
return NoiseFilter;
4036340335
}(Filter));
40364-
//# sourceMappingURL=filter-noise.es.js.map
4036540336

4036640337
/*!
4036740338
* @pixi/mixin-cache-as-bitmap - v5.2.0
@@ -40787,7 +40758,6 @@
4078740758
this.cacheAsBitmap = false;
4078840759
this.destroy(options);
4078940760
};
40790-
//# sourceMappingURL=mixin-cache-as-bitmap.es.js.map
4079140761

4079240762
/*!
4079340763
* @pixi/mixin-get-child-by-name - v5.2.0
@@ -40825,7 +40795,6 @@
4082540795

4082640796
return null;
4082740797
};
40828-
//# sourceMappingURL=mixin-get-child-by-name.es.js.map
4082940798

4083040799
/*!
4083140800
* @pixi/mixin-get-global-position - v5.2.0
@@ -40863,7 +40832,6 @@
4086340832

4086440833
return point;
4086540834
};
40866-
//# sourceMappingURL=mixin-get-global-position.es.js.map
4086740835

4086840836
/*!
4086940837
* @pixi/mesh - v5.2.0
@@ -41642,7 +41610,6 @@
4164241610

4164341611
return MeshGeometry;
4164441612
}(Geometry));
41645-
//# sourceMappingURL=mesh.es.js.map
4164641613

4164741614
/*!
4164841615
* @pixi/mesh-extras - v5.2.0
@@ -42433,7 +42400,6 @@
4243342400

4243442401
return NineSlicePlane;
4243542402
}(SimplePlane));
42436-
//# sourceMappingURL=mesh-extras.es.js.map
4243742403

4243842404
/*!
4243942405
* @pixi/sprite-animated - v5.2.0
@@ -42876,7 +42842,6 @@
4287642842

4287742843
return AnimatedSprite;
4287842844
}(Sprite));
42879-
//# sourceMappingURL=sprite-animated.es.js.map
4288042845

4288142846
/*!
4288242847
* pixi.js - v5.2.0
@@ -44214,7 +44179,6 @@
4421444179
FXAAFilter: FXAAFilter,
4421544180
NoiseFilter: NoiseFilter,
4421644181
};
44217-
//# sourceMappingURL=pixi.es.js.map
4421844182

4421944183
var PIXI = /*#__PURE__*/Object.freeze({
4422044184
__proto__: null,
@@ -51015,8 +50979,7 @@
5101550979
this.bottom = y + height;
5101650980
}
5101750981
}
51018-
}
51019-
//# sourceMappingURL=viewport.es.js.map
50982+
}
5102050983

5102150984
var penner$1 = createCommonjsModule(function (module, exports) {
5102250985
/*

docs/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 Thu Oct 15 2020 11:55:29 GMT+0800 (Taipei Standard Time)
278+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
279279
</div>
280280
</footer>
281281
</div>

docs/jsdoc/Scrollbox.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ <h4 class="name" id="activateFade">
23172317

23182318

23192319
<div class="tag-source">
2320-
<a href="src_scrollbox.js.html#line535">scrollbox.js:535</a>
2320+
<a href="src_scrollbox.js.html#line533">scrollbox.js:533</a>
23212321
</div>
23222322

23232323
</div>
@@ -2393,7 +2393,7 @@ <h4 class="name" id="ensureVisible">
23932393

23942394

23952395
<div class="tag-source">
2396-
<a href="src_scrollbox.js.html#line680">scrollbox.js:680</a>
2396+
<a href="src_scrollbox.js.html#line678">scrollbox.js:678</a>
23972397
</div>
23982398

23992399
</div>
@@ -2583,7 +2583,7 @@ <h4 class="name" id="resize">
25832583

25842584

25852585
<div class="tag-source">
2586-
<a href="src_scrollbox.js.html#line657">scrollbox.js:657</a>
2586+
<a href="src_scrollbox.js.html#line655">scrollbox.js:655</a>
25872587
</div>
25882588

25892589
</div>
@@ -2922,7 +2922,7 @@ <h4 class="name" id="updateLoop">
29222922

29232923

29242924
<div class="tag-source">
2925-
<a href="src_scrollbox.js.html#line489">scrollbox.js:489</a>
2925+
<a href="src_scrollbox.js.html#line487">scrollbox.js:487</a>
29262926
</div>
29272927

29282928
</div>
@@ -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 Thu Oct 15 2020 11:55:30 GMT+0800 (Taipei Standard Time)
3048+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
30493049
</div>
30503050
</footer>
30513051
</div>

docs/jsdoc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>license</h2>
239239

240240
<footer class="content-size">
241241
<div class="footer">
242-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Oct 15 2020 11:55:29 GMT+0800 (Taipei Standard Time)
242+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
243243
</div>
244244
</footer>
245245
</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 Thu Oct 15 2020 11:55:29 GMT+0800 (Taipei Standard Time)
509+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
510510
</div>
511511
</footer>
512512
</div>

0 commit comments

Comments
 (0)