Closed happybeing closed 8 years ago
I found the error in the polyfill.js
if( ! window.safeNFS ) { window.safeDNS = safejs.nfs; }
Should of course be:
if( ! window.safeNFS ) { window.safeNFS = safejs.nfs; }
https://github.com/joshuef/safe-js/blob/master/src/polyfill.js#L10
I found the error in the polyfill.js
Should of course be:
https://github.com/joshuef/safe-js/blob/master/src/polyfill.js#L10