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