Skip to content

Commit

Permalink
Trigger builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Apr 19, 2023
1 parent 5a3ec12 commit 345eed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Component.prototype = {
* To avoid double parsings of strings into strings we store the original instead
* of the parsed one.
*
* @param {string} value - HTML attribute value
* @param {string} value - HTML attribute value.
*/
parseAttrValueForCache: function (value) {
var parsedValue;
Expand Down

0 comments on commit 345eed9

Please sign in to comment.