Merge pull request #11 from jcreamer898/master

Missing leading semi-colon in standard lib
This commit is contained in:
Jim Cowart 2012-09-13 14:38:16 -07:00
commit 6e96ad25e4

View file

@ -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");