style(guide): add more context throughout displaying-data guide

This commit is contained in:
Jeff Cross 2015-05-19 14:33:21 -07:00 committed by Naomi Black
parent 6b11326dac
commit bc2ec07dcb
1 changed files with 0 additions and 2 deletions

View File

@ -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>;