fix jsdoc 2

This commit is contained in:
Chi Vinh Le
2018-02-26 22:51:46 +01:00
parent 09eaba5a2e
commit 918ce04e83
@@ -8,7 +8,7 @@ import remove from 'lodash/remove';
* window communication using the postMessage API.
* @param {string} origin
* @param {string} scope
* @return {Object} messenger service
* @return {Object} postMessage service
*/
export function createPostMessage(origin, scope = 'client') {
// Store a reference to each listener added.