Fixing crypto require for older version of decimal, needed for a project I'm working on

pull/27/head v4.0.4
andrewd 8 years ago
parent bc66aa91a5
commit 50250d8c83

@ -4046,7 +4046,7 @@
if ( !crypto ) {
try {
crypto = require('crypto');
crypto = require('cry' + 'pto');
} catch (e) {}
}

Loading…
Cancel
Save