Skip to content

Commit

Permalink
js example syntax fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
karlpatrickespiritu committed Nov 23, 2015
1 parent e666781 commit b19cb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6710,7 +6710,7 @@ <h2 id="iteratorpatternjquery">

<pre class="brush: js">
$.each( ["john","dave","rick","julian"], function( index, value ) {
console.log( index + ": "" + value);
console.log( index + ": " + value);
});

$( "li" ).each( function ( index ) {
Expand Down

0 comments on commit b19cb64

Please sign in to comment.