Since we want to support Node.js on the master branch, we cannot rely on globals except window (that is passed to the factory) and setTimeout/clearTimeout/setInterval/clearInterval.
jsHint config should be updated and we should have basic Node smoke-testing so that issues like #1788 don't happen in the future.
Since we want to support Node.js on the
masterbranch, we cannot rely on globals exceptwindow(that is passed to the factory) andsetTimeout/clearTimeout/setInterval/clearInterval.jsHint config should be updated and we should have basic Node smoke-testing so that issues like #1788 don't happen in the future.