Skip to content

Commit a7397b4

Browse files
devvaannshabose
authored andcommitted
Fix: JSDoc issues in file
1 parent 34621be commit a7397b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/widgets/NotificationUI.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* // note that you can even provide an HTML Element node with
4646
* // custom event handlers directly here instead of HTML text.
4747
* let notification1 = NotificationUI.createFromTemplate(
48-
* "<div>Click me to </br>locate the file in file tree</div>", "showInfileTree",{
48+
* "<div>Click me to locate the file in file tree</div>", "showInfileTree",{
4949
* allowedPlacements: ['top', 'bottom'],
5050
* dismissOnClick: false,
5151
* autoCloseTimeS: 300 // auto close the popup after 5 minutes
@@ -179,7 +179,7 @@ define(function (require, exports, module) {
179179
* // note that you can even provide an HTML Element node with
180180
* // custom event handlers directly here instead of HTML text.
181181
* let notification1 = NotificationUI.createFromTemplate(
182-
* "<div>Click me to </br>locate the file in file tree</div>", "showInfileTree",{
182+
* "<div>Click me to locate the file in file tree</div>", "showInfileTree",{
183183
* allowedPlacements: ['top', 'bottom'],
184184
* dismissOnClick: false,
185185
* autoCloseTimeS: 300 // auto close the popup after 5 minutes
@@ -306,7 +306,7 @@ define(function (require, exports, module) {
306306
* // note that you can even provide an HTML Element node with
307307
* // custom event handlers directly here instead of HTML text.
308308
* let notification1 = NotificationUI.createToastFromTemplate( "Title here",
309-
* "<div>Click me to </br>locate the file in file tree</div>", {
309+
* "<div>Click me to locate the file in file tree</div>", {
310310
* dismissOnClick: false,
311311
* autoCloseTimeS: 300 // auto close the popup after 5 minutes
312312
* });

0 commit comments

Comments
 (0)