fix jsdoc 2

This commit is contained in:
Chi Vinh Le
2018-02-27 15:14:46 -07:00
committed by Wyatt Johnson
parent 278f7772a4
commit a55f03f23c
@@ -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.