This commit is contained in:
Julian Lam
2014-01-04 14:24:50 -05:00
parent 11ed9e8c85
commit 5c048ac20a

View File

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