style(guide): add more context throughout displaying-data guide
This commit is contained in:
parent
6b11326dac
commit
bc2ec07dcb
|
@ -247,8 +247,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
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>;
|
||||
|
|
Loading…
Reference in New Issue