From b66786ed5557b5f95015559e0fb80f8b20e2ed32 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Wed, 22 Apr 2015 07:18:52 -0700 Subject: [PATCH] more updates --- public/docs/js/latest/guide/displaying-data.jade | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade index 028cd2a275..c088e3bb2d 100644 --- a/public/docs/js/latest/guide/displaying-data.jade +++ b/public/docs/js/latest/guide/displaying-data.jade @@ -19,17 +19,9 @@ h2#section-create-an-entry-point Create an entry point p Open your favorite editor and create a show-properties.html file with the content: - .code-box - pre.prettyprint.linenums.lang-html(data-name="es5") - code. - //ES5 - <display></display> - - pre.prettyprint.linenums.lang-html(data-name="typescript") - code. - //TypeScript - <display></display> - + pre.prettyprint.linenums.lang-html + code. + <display></display> p | The <display> component here acts as the site where you'll insert your application. | We'll assume a structure like this for the rest of the examples here and just focus on the parts that