Jonas Jenwald 30b7a0f093 Replace value === (value | 0) checks with Number.isInteger(value) in the web/ folder
Rather than doing what (at first) may seem like a fairly obscure comparison, using `Number.isInteger` will clearly indicate the intent of the code.
2017-09-09 14:12:52 +02:00
..
2017-08-30 19:45:13 +02:00
2017-08-30 19:45:13 +02:00