Skip to content

Commit

Permalink
Update using-component-configuration-c264d66.md (#160)
Browse files Browse the repository at this point in the history
In the file, an unnecessary closing parenthesis was present at the end of the sap.ui.define block. This extra parenthesis could lead to syntax errors or unexpected behavior in the JavaScript execution.
Already tested locally with the changes.
  • Loading branch information
CPUCloudCode authored Sep 27, 2024
1 parent 7cff8ea commit f06f69b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sap.ui.define([], function() {
doSomeCustomAction: function() {
alert("this is another customer action");
}
});
};
});
```

Expand Down

0 comments on commit f06f69b

Please sign in to comment.