Fix some linting warnings for "Line exceeds maximum allowed length."

This commit is contained in:
Arlo Breault 2019-05-08 17:27:00 -04:00
parent 5384ef9d16
commit dad53932a2
7 changed files with 27 additions and 12 deletions

View file

@ -21,7 +21,9 @@ init = () ->
config = new Config
if 'off' != query['ratelimit']
config.rateLimitBytes = Params.getByteCount(query, 'ratelimit', config.rateLimitBytes)
config.rateLimitBytes = Params.getByteCount(
query,'ratelimit', config.rateLimitBytes
)
ui = null
if (document.getElementById('badge') != null)