This repository was archived by the owner on Jan 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
force-app/main/aura/LC_API Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ License: BSD 3-Clause License
4040
4141 /**
4242 * For internal use.
43- * Returns a promise waiting for the parent-child postmate handshake to complete
44- * then resolves with reference to the postmate child for making requests.
43+ * Returns a promise waiting for the parent-child penpal handshake to complete
44+ * then resolves with reference to the penpal child for making requests.
4545 */
4646 getPenpalChild : function ( ) {
4747
@@ -69,7 +69,7 @@ License: BSD 3-Clause License
6969
7070 if ( child ) {
7171
72- // parent-child postmate handshake now complete
72+ // parent-child penpal handshake now complete
7373 clearInterval ( timerId ) ;
7474 resolve ( child ) ;
7575
@@ -95,7 +95,7 @@ License: BSD 3-Clause License
9595
9696 /**
9797 * For internal use.
98- * Returns a promise waiting for the parent-child postmate request to complete
98+ * Returns a promise waiting for the parent-child penpal request to complete
9999 * then resolves with response from the child iframe.
100100 */
101101 makePenpalRequest : function ( requestType , child , request ) {
You can’t perform that action at this time.
0 commit comments