fix(aio): remove title from callout
This commit is contained in:
parent
c649da9f0a
commit
95698d93ad
|
@ -247,12 +247,10 @@ next to the original _ES5_ version for comparison:
|
|||
</code-pane>
|
||||
</code-tabs>
|
||||
|
||||
{@a name-constructor}
|
||||
|
||||
<div class="callout is-helpful">
|
||||
|
||||
{@a name-constructor}
|
||||
|
||||
### Name the constructor
|
||||
|
||||
A **named** constructor displays clearly in the console log
|
||||
if the component throws a runtime error.
|
||||
An **unnamed** constructor displays as an anonymous function, for example, `class0`,
|
||||
|
|
Loading…
Reference in New Issue