mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
Fix coding style in docs/string.md
This commit is contained in:
parent
9a2b7bfde9
commit
b02a848b45
@ -522,7 +522,7 @@ func('Jack') // "Hello Jack!"
|
||||
```javascript
|
||||
var template = `
|
||||
<ul>
|
||||
<% for(var i=0; i < data.supplies.length; i++) {%>
|
||||
<% for(var i=0; i < data.supplies.length; i++) { %>
|
||||
<li><%= data.supplies[i] %></li>
|
||||
<% } %>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user