style(guide): remove FriendsService from ES5 example where TS example does not have it
This commit is contained in:
parent
bc2ec07dcb
commit
4589f5912f
|
@ -247,6 +247,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
code-pane(language="javascript" name="ES5" format="linenums").
|
||||||
|
//ES5
|
||||||
function DisplayComponent(<span class='otl'>friends</span>) {
|
function DisplayComponent(<span class='otl'>friends</span>) {
|
||||||
this.myName = "Alice";
|
this.myName = "Alice";
|
||||||
this.names = <span class='otl'>friends.names</span>;
|
this.names = <span class='otl'>friends.names</span>;
|
||||||
|
|
Loading…
Reference in New Issue