fix jsdoc

This commit is contained in:
Chi Vinh Le
2018-02-26 22:51:02 +01:00
parent 6d48c62679
commit 09eaba5a2e
@@ -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') {