Browse Source

codestyle

localNotifications
Overtorment 7 years ago
committed by Igor Korsakov
parent
commit
de46a5c6fe
  1. 1
      shim.js

1
shim.js

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

Loading…
Cancel
Save