mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-25 19:22:21 +00:00
Merge pull request #206 from Molunerfinn/fix-code-style
Fix coding style in docs/string.md
This commit is contained in:
commit
f7914b3de6
@ -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