Skip to content

Commit

Permalink
Merge pull request #26 from geonrd/master
Browse files Browse the repository at this point in the history
change "div" to "ul"
  • Loading branch information
Ashwin Hegde committed Sep 30, 2015
2 parents 5b56a9e + 6013681 commit fd49c33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
var childView = new ChildView();

/**
* childView.el will display <div id="child" class="row"></div>
* childView.el will display <ul id="child" class="row"></ul>
*/
console.log(childView.el);

Expand Down

0 comments on commit fd49c33

Please sign in to comment.