Set to triple equals

This commit is contained in:
Paul Graffam 2018-02-25 19:31:59 -05:00
parent cbfe38ac59
commit 58e3b39fce
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import Detector from './utils/detector';
import Main from './app/main';
// Check environment and set the Config helper
if(__ENV__ == 'dev') {
if(__ENV__ === 'dev') {
console.log('----- RUNNING IN DEV ENVIRONMENT! -----');
Config.isDev = true;