Skip to content

Commit

Permalink
chore: JSDoc added
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleT committed Apr 21, 2020
1 parent 86df6c2 commit b53d318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ilc/client/handlePageTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ const renderFakeSlot = slotName => {
hiddenSlots.push(targetNode);
};

/**
* @param {string} slotName
* @param {string} willBe - possible values: rendered, removed, rerendered
*/
export default function (slotName, willBe) {
if (!slotName || !willBe) return;

Expand Down

0 comments on commit b53d318

Please sign in to comment.