|
45 | 45 | * // note that you can even provide an HTML Element node with |
46 | 46 | * // custom event handlers directly here instead of HTML text. |
47 | 47 | * 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",{ |
49 | 49 | * allowedPlacements: ['top', 'bottom'], |
50 | 50 | * dismissOnClick: false, |
51 | 51 | * autoCloseTimeS: 300 // auto close the popup after 5 minutes |
@@ -179,7 +179,7 @@ define(function (require, exports, module) { |
179 | 179 | * // note that you can even provide an HTML Element node with |
180 | 180 | * // custom event handlers directly here instead of HTML text. |
181 | 181 | * 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",{ |
183 | 183 | * allowedPlacements: ['top', 'bottom'], |
184 | 184 | * dismissOnClick: false, |
185 | 185 | * autoCloseTimeS: 300 // auto close the popup after 5 minutes |
@@ -306,7 +306,7 @@ define(function (require, exports, module) { |
306 | 306 | * // note that you can even provide an HTML Element node with |
307 | 307 | * // custom event handlers directly here instead of HTML text. |
308 | 308 | * 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>", { |
310 | 310 | * dismissOnClick: false, |
311 | 311 | * autoCloseTimeS: 300 // auto close the popup after 5 minutes |
312 | 312 | * }); |
|
0 commit comments