mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
fix jsdoc 2
This commit is contained in:
@@ -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