Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
electric-el committed Jun 24, 2022
1 parent f0f467f commit c0f6d60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/prototype-override.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ function applyMethod($org, method, args, $member) {
}

/**
* Apply the jQuery .`data()` method on the organism and prep data for copying directly to state.
* Apply the jQuery .`data()` method on the organism and prep data for copying directly to state.
* Circular references are not allowed, and the data must be stringifiable.
*
* @param {object} $org - Organism object.
* @param {array} args - Arguments array, (not array-like object).
Expand Down

0 comments on commit c0f6d60

Please sign in to comment.