mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +08:00
fix jsdoc 2
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user