Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/rrweb-snapshot/src/rebuild.ts
  • Loading branch information
Juice10 authored Aug 24, 2022
commit a5e998ee4aefa626422bc3c18de33a70a3cf466b
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/src/rebuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export function createCache(): BuildCache {
* `rr_` attributes are magic, they change some of the other attributes on the elements,
* so we need to parse them last so they can overwrite any conflicting attributes.
*
* @param attributes list of html attributes to be added to the element
* @param attributes - list of html attributes to be added to the element
* @returns attributes with rr_* attributes last in the array
*/
function sortAttributes(attributes: attributes): attributes {
Expand Down