Skip to content

Commit

Permalink
Trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Apr 19, 2023
1 parent 036b444 commit f8a4787
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 @@ -479,7 +479,7 @@ Component.prototype = {
* @param {object} newData - Element new data.
* @param {boolean} clobber - The previous data is completely replaced by the new one.
* @param {boolean} silent - Suppress warning messages.
* @return {object} The component data
* @return {object} The component data.
*/
buildData: function (newData, clobber, silent) {
var componentDefined;
Expand Down

0 comments on commit f8a4787

Please sign in to comment.