resourceloader: Remove redundant '!!' from startup.js
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 31 Aug 2018 01:50:40 +0000 (02:50 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 31 Aug 2018 01:51:20 +0000 (02:51 +0100)
commit2b336e996e525bc6beb24a0ff51ea0e56815ba0c
tree369769a3ac83036947b1b4f9b459a6398a0b9e4c
parent486905a17f33e02484897c84c3084529f9e87472
resourceloader: Remove redundant '!!' from startup.js

The outer expression already casts the result to a boolean.

Unit tests in startup.test.js also strictly assert that the
returned values are boolean.

Change-Id: I5709fcd0184b99d289b9cdfeccf8afa960806d59
resources/src/startup/startup.js