From 9126098e1dba594a8b651fd59fb8787205276b42 Mon Sep 17 00:00:00 2001 From: electric-el Date: Fri, 24 Jun 2022 05:27:22 -0400 Subject: [PATCH] comment update --- dist/requerio.npm.js | 2 +- dist/requerio.npm.mjs | 2 +- src/prototype-override.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/requerio.npm.js b/dist/requerio.npm.js index 6ee5b9c..e3c1d11 100644 --- a/dist/requerio.npm.js +++ b/dist/requerio.npm.js @@ -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). diff --git a/dist/requerio.npm.mjs b/dist/requerio.npm.mjs index 23d61d8..218c01d 100644 --- a/dist/requerio.npm.mjs +++ b/dist/requerio.npm.mjs @@ -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). diff --git a/src/prototype-override.js b/src/prototype-override.js index 78ad5f1..56ee7fe 100644 --- a/src/prototype-override.js +++ b/src/prototype-override.js @@ -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).