Compile dist JS for 3c6429a

This commit is contained in:
Franz Liedke 2016-05-12 23:58:09 +09:00
parent 696f562b0e
commit 7256122a43
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -25141,7 +25141,7 @@ System.register('flarum/components/PostStreamScrubber', ['flarum/Component', 'fl
index: m(
'span',
{ className: 'Scrubber-index' },
retain || formatNumber(Math.ceil(this.index + this.visible))
retain || formatNumber(Math.min(Math.ceil(this.index + this.visible), count))
),
count: m(
'span',