Little bit cleaner way to protect against |undefined| redefinition

redux
David Majda 14 years ago
parent a12a24fca1
commit 77ec4f7162

@ -1,4 +1,6 @@
(function(global, undefined) { (function(global) {
var undefined;
var PEG = { var PEG = {
/* /*

Loading…
Cancel
Save