From bc2ec07dcb1b5e3bf3e575d4d33a6ad007c1ee3b Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Tue, 19 May 2015 14:33:21 -0700 Subject: [PATCH] style(guide): add more context throughout displaying-data guide --- public/docs/js/latest/guide/displaying-data.jade | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade index 76d8f3890e..ecba7b5372 100644 --- a/public/docs/js/latest/guide/displaying-data.jade +++ b/public/docs/js/latest/guide/displaying-data.jade @@ -247,8 +247,6 @@ } } - code-pane(language="javascript" name="ES5" format="linenums"). - //ES5 function DisplayComponent(friends) { this.myName = "Alice"; this.names = friends.names;