Skip to content

Commit

Permalink
Remove [].forEach.call snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno Rocha committed Feb 27, 2014
1 parent 92e70b7 commit 4a8e9b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@ ${1:myArray}.forEach(function (${2:elem}) {
});
```
### [fec] forEachCall
```javascript
[].forEach.call(document.querySelectorAll(${1:selector}), function (${2:elem}) {
${0:// body...}
});
```
### [fi] for in
```javascript
Expand Down
8 changes: 0 additions & 8 deletions snippets/for-eachCall.cson

This file was deleted.

0 comments on commit 4a8e9b0

Please sign in to comment.