Little bit cleaner way to protect against |undefined| redefinition

This commit is contained in:
David Majda 2010-09-28 20:22:44 +02:00
parent a12a24fca1
commit 77ec4f7162

View file

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