Skip to content

Commit fd49c33

Browse files
author
Ashwin Hegde
committed
Merge pull request #26 from geonrd/master
change "div" to "ul"
2 parents 5b56a9e + 6013681 commit fd49c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codes/Ch3_View_Events_Templates/Ch3_1_View/Example1/example-main-1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
var childView = new ChildView();
7272

7373
/**
74-
* childView.el will display <div id="child" class="row"></div>
74+
* childView.el will display <ul id="child" class="row"></ul>
7575
*/
7676
console.log(childView.el);
7777

0 commit comments

Comments
 (0)