You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(global): use window and global instead of this
Now to provide `bemNaming` to global scope using `this`.
In NodeJS `this` link to `module.exports`, but not in `global`
variables.
For browsers need use `window` variable.
0 commit comments