Browse Source

Fix typos in some files

pull/6476/head
khanhkhanhlele 2 weeks ago
parent
commit
00d84f0862
  1. 2
      src/static/scripts/jdenticon-3.3.0.js

2
src/static/scripts/jdenticon-3.3.0.js

@ -1366,7 +1366,7 @@ function updateAllConditional() {
* @param {*=} hashOrValue - Optional hash or value to be rendered. If not specified, the `data-jdenticon-hash` or * @param {*=} hashOrValue - Optional hash or value to be rendered. If not specified, the `data-jdenticon-hash` or
* `data-jdenticon-value` attribute will be evaluated. * `data-jdenticon-value` attribute will be evaluated.
* @param {Object|number=} config - Optional configuration. If specified, this configuration object overrides any * @param {Object|number=} config - Optional configuration. If specified, this configuration object overrides any
* global configuration in its entirety. For backward compability a padding value in the range [0.0, 0.5) can be * global configuration in its entirety. For backward compatibility a padding value in the range [0.0, 0.5) can be
* specified in place of a configuration object. * specified in place of a configuration object.
*/ */
function update(el, hashOrValue, config) { function update(el, hashOrValue, config) {

Loading…
Cancel
Save