Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascayers committed Jul 25, 2019
1 parent b0f946e commit 0941501
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions force-app/main/aura/LC_API/LC_APIHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ License: BSD 3-Clause License

/**
* For internal use.
* Returns a promise waiting for the parent-child postmate handshake to complete
* then resolves with reference to the postmate child for making requests.
* Returns a promise waiting for the parent-child penpal handshake to complete
* then resolves with reference to the penpal child for making requests.
*/
getPenpalChild: function() {

Expand Down Expand Up @@ -69,7 +69,7 @@ License: BSD 3-Clause License

if ( child ) {

// parent-child postmate handshake now complete
// parent-child penpal handshake now complete
clearInterval( timerId );
resolve( child );

Expand All @@ -95,7 +95,7 @@ License: BSD 3-Clause License

/**
* For internal use.
* Returns a promise waiting for the parent-child postmate request to complete
* Returns a promise waiting for the parent-child penpal request to complete
* then resolves with response from the child iframe.
*/
makePenpalRequest: function( requestType, child, request ) {
Expand Down

0 comments on commit 0941501

Please sign in to comment.