Skip to content

Commit

Permalink
Add support for server side rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kaadash authored and mroderick committed Oct 28, 2024
1 parent 19a58e0 commit ea4d477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/* eslint-enable no-undef */
}

}(( typeof window === 'object' && window ) || this, function (PubSub){
}(( typeof window === 'object' && window ) || this || global, function (PubSub){
'use strict';

var messages = {},
Expand Down

0 comments on commit ea4d477

Please sign in to comment.