Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 4589f59

Browse files
jeffbcrossnaomiblack
authored andcommitted
style(guide): remove FriendsService from ES5 example where TS example does not have it
1 parent bc2ec07 commit 4589f59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/docs/js/latest/guide/displaying-data.jade

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@
247247
}
248248
}
249249

250+
251+
code-pane(language="javascript" name="ES5" format="linenums").
252+
//ES5
250253
function DisplayComponent(<span class='otl'>friends</span>) {
251254
this.myName = "Alice";
252255
this.names = <span class='otl'>friends.names</span>;

0 commit comments

Comments
 (0)