From 969ce9dc2bdeb0571fbc1ce4ee9f4b0982e0c870 Mon Sep 17 00:00:00 2001 From: Stefanie Fluin Date: Wed, 5 Jul 2017 22:20:43 -0700 Subject: [PATCH] fix(aio): remove title from callout --- aio/content/guide/ts-to-js.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/aio/content/guide/ts-to-js.md b/aio/content/guide/ts-to-js.md index fde04f4ce0..6de85d78dd 100644 --- a/aio/content/guide/ts-to-js.md +++ b/aio/content/guide/ts-to-js.md @@ -247,12 +247,10 @@ next to the original _ES5_ version for comparison: +{@a name-constructor} +
- {@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`,