From 4589f5912f982fba640cb2d4fc77c0f1c20e170c Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Tue, 19 May 2015 15:17:16 -0700 Subject: [PATCH] style(guide): remove FriendsService from ES5 example where TS example does not have it --- public/docs/js/latest/guide/displaying-data.jade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade index ecba7b5372..5ea8a4b0f6 100644 --- a/public/docs/js/latest/guide/displaying-data.jade +++ b/public/docs/js/latest/guide/displaying-data.jade @@ -247,6 +247,9 @@ } } + + code-pane(language="javascript" name="ES5" format="linenums"). + //ES5 function DisplayComponent(friends) { this.myName = "Alice"; this.names = friends.names;