v1.18.x
Julian Lam 11 years ago
parent 11ed9e8c85
commit 5c048ac20a

@ -6,6 +6,8 @@
if ('undefined' === typeof window) {
fs = require('fs');
XRegExp = require('xregexp').XRegExp;
} else {
XRegExp = window.XRegExp;
}

Loading…
Cancel
Save