mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 12:19:37 +08:00
fix jsdoc
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user