We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fcaff commit 5783de4Copy full SHA for 5783de4
lib/introspection.dart
@@ -10,9 +10,9 @@ var _elementExpando = new Expando('element');
10
/**
11
* Return the closest [ElementProbe] object for a given [Element].
12
*
13
- * NOTE: This global method is here to make it easier to debug Angular
14
- * application from the browser's REPL, unit or end-to-end tests. The
15
- * function is not intended to be called from Angular application.
+ * **NOTE:** This global method is here to make it easier to debug Angular
+ * application from the browser's REPL, unit or end-to-end tests. The
+ * function is not intended to be called from Angular application.
16
*/
17
ElementProbe ngProbe(dom.Node node) {
18
if (node == null) {
0 commit comments