From 605be21c1ae17f6355f78b56f3c3b5721ecaee88 Mon Sep 17 00:00:00 2001 From: Jonathan Creamer Date: Thu, 13 Sep 2012 16:18:26 -0500 Subject: [PATCH] Add in a semicolon at the beginning of the standard lib --- src/postal.standard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postal.standard.js b/src/postal.standard.js index 5ffdec4..1248709 100644 --- a/src/postal.standard.js +++ b/src/postal.standard.js @@ -1,7 +1,7 @@ //import("VersionHeader.js"); // This is the standard lib version of postal.js // If you need the amd-module style version, go to http://github.com/ifandelse/postal.js -(function ( _, global, undefined ) { +;(function ( _, global, undefined ) { //import("Constants.js"); //import("ConsecutiveDistinctPredicate.js");