Closed jdiprizio closed 9 years ago
Line 1363 and 1369, you're comparing a typeof against the undefined property instead of 'undefined' as a string.
In a browser, module.exports check is therefore executed resulting in a ReferenceError exception.
ohhh yeahh, this must happen after some refactoring and injecting undefined (function (root, undefined) :+1: will release v5.0.1
(function (root, undefined)
Line 1363 and 1369, you're comparing a typeof against the undefined property instead of 'undefined' as a string.
In a browser, module.exports check is therefore executed resulting in a ReferenceError exception.