Make PEG global explicit in helpers

redux
Arlo Breault 9 years ago
parent f4d2357609
commit 1a32ae7bd0

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

Loading…
Cancel
Save