codestyle

This commit is contained in:
Overtorment 2018-03-17 19:33:00 +00:00 committed by Igor Korsakov
parent 777f8123eb
commit de46a5c6fe

View file

@ -1,3 +1,4 @@
/* global __DEV__, localStorage */
if (typeof __dirname === 'undefined') global.__dirname = '/'
if (typeof __filename === 'undefined') global.__filename = ''
if (typeof process === 'undefined') {