mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-05-18 12:01:07 +00:00
17 lines
No EOL
505 B
JavaScript
17 lines
No EOL
505 B
JavaScript
//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 ) {
|
|
|
|
//import("Constants.js");
|
|
//import("ConsecutiveDistinctPredicate.js");
|
|
//import("DistinctPredicate.js");
|
|
//import("ChannelDefinition.js");
|
|
//import("SubscriptionDefinition.js");
|
|
//import("BindingsResolver.js");
|
|
//import("LocalBus.js");
|
|
//import("Api.js");
|
|
|
|
global.postal = postal;
|
|
|
|
})( _, window ); |