style(guide): remove FriendsService from ES5 example where TS example does not have it

This commit is contained in:
Jeff Cross 2015-05-19 15:17:16 -07:00 committed by Naomi Black
parent bc2ec07dcb
commit 4589f5912f
1 changed files with 3 additions and 0 deletions

View File

@ -247,6 +247,9 @@
}
}
code-pane(language="javascript" name="ES5" format="linenums").
//ES5
function DisplayComponent(<span class='otl'>friends</span>) {
this.myName = "Alice";
this.names = <span class='otl'>friends.names</span>;