Skip to content

Commit ea4d477

Browse files
kaadashmroderick
authored andcommitted
Add support for server side rendering
1 parent 19a58e0 commit ea4d477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pubsub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/* eslint-enable no-undef */
3333
}
3434

35-
}(( typeof window === 'object' && window ) || this, function (PubSub){
35+
}(( typeof window === 'object' && window ) || this || global, function (PubSub){
3636
'use strict';
3737

3838
var messages = {},

0 commit comments

Comments
 (0)