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 d447474 commit 9126098
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/requerio.npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ function applyMethod($org, method, args, $member) {

/**
* 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.
* The data must be stringifiable like for HTML data attributes.
*
* @param {object} $org - Organism object.
* @param {array} args - Arguments array, (not array-like object).
Expand Down
2 changes: 1 addition & 1 deletion dist/requerio.npm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ function applyMethod($org, method, args, $member) {

/**
* 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.
* The data must be stringifiable like for HTML data attributes.
*
* @param {object} $org - Organism object.
* @param {array} args - Arguments array, (not array-like object).
Expand Down
2 changes: 1 addition & 1 deletion src/prototype-override.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function applyMethod($org, method, args, $member) {

/**
* 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.
* The data must be stringifiable like for HTML data attributes.
*
* @param {object} $org - Organism object.
* @param {array} args - Arguments array, (not array-like object).
Expand Down

0 comments on commit 9126098

Please sign in to comment.