Code review comment for lp:~pfalcon/linaro-android-frontend/lava-requests-fixes

Revision history for this message
Данило Шеган (danilo) wrote :

Instead of using (typeof something == "undefined") you can use (something === undefined) (triple equality symbol). It's also interesting that you comment out the old-style URL attempts now: what happens with old builds that still have their artefacts on android-build?

« Back to merge proposal