mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
Merge pull request #11 from jcreamer898/master
Missing leading semi-colon in standard lib
This commit is contained in:
commit
6e96ad25e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue