Export Pusher class

This commit is contained in:
Kevin Sawicki
2013-07-08 14:25:47 -07:00
parent e7ba9e1c9d
commit 4fde8f0753

View File

@@ -210,6 +210,7 @@
}).call(this);
;(function() {
Pusher = this.Pusher;
Pusher.Util = {
now: function() {
if (Date.now) {
@@ -3609,3 +3610,5 @@
}
};
}).call(this);
module.exports = this.Pusher;