Closed chrisjhoughton closed 10 years ago
I run an application that loads in Lodash noConflicted. Using node-underscorify (which is great btw) it ends up setting window._ during compilation. Adding a var removes this issue.
window._
var
Thanks @chrisjhoughton !
I run an application that loads in Lodash noConflicted. Using node-underscorify (which is great btw) it ends up setting
window._
during compilation. Adding avar
removes this issue.