fix jsdoc

This commit is contained in:
Chi Vinh Le
2018-02-27 15:14:46 -07:00
committed by Wyatt Johnson
parent 6e89ba8ffb
commit 278f7772a4
@@ -6,7 +6,8 @@ import remove from 'lodash/remove';
/**
* createPostMessage returns a service that deals with cross
* window communication using the postMessage API.
* @param {Object} options
* @param {string} origin
* @param {string} scope
* @return {Object} messenger service
*/
export function createPostMessage(origin, scope = 'client') {