mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Export Pusher class
This commit is contained in:
3
src/packages/collaboration/vendor/pusher.js
vendored
3
src/packages/collaboration/vendor/pusher.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user