Skip to content

Commit

Permalink
fix defaultAttributeSetter() doc
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Feb 8, 2024
1 parent 0899055 commit 364d9ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/helpers/attribute-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import { hit } from './hit';
/**
* Sets attribute with given value to given element.
*
* @param elem
* @param attribute
* @param value
* @returns
* @param elem Element to set attribute to.
* @param attribute Attribute name to set.
* @param value Attribute value to set.
*/
export const defaultAttributeSetter = (
elem: Element,
Expand Down

0 comments on commit 364d9ee

Please sign in to comment.