Make PEG global explicit in helpers
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…
Reference in New Issue