Make PEG global explicit in helpers

redux
Arlo Breault 10 years ago
parent f4d2357609
commit 1a32ae7bd0

@ -1,3 +1,5 @@
if (typeof module !== "undefined") { (function(root) {
PEG = require("../lib/peg.js"); if (typeof module !== 'undefined') {
} root.PEG = require("../lib/peg.js");
}
}(this));

Loading…
Cancel
Save