Skip to content

Commit

Permalink
updated bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
electric-el committed Jun 24, 2022
1 parent c0f6d60 commit d447474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/requerio.npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,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
3 changes: 2 additions & 1 deletion dist/requerio.npm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,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 d447474

Please sign in to comment.