resourceloader: Move mwNow() to after isCompatible()
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 18 Apr 2017 21:13:06 +0000 (14:13 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 18 Apr 2017 21:14:54 +0000 (14:14 -0700)
commit7b2da95a9814beb05112ea2860433499967ab1b9
tree520880124274f739c747ccd8cce0979c18cb57c9
parent8380cef07a581365b80b3040f5bd9da52a90c3e0
resourceloader: Move mwNow() to after isCompatible()

Follows-up f2fb4a21af. This is logically still the same point in time.
Only 1 function before it now, isCompatible(), which is fine since it
is small and the variable is not used anyway if it returns false.

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