Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Oct 24, 2015
1 parent 33e4282 commit 1d87be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ el.runNext(); // a

`.run()` will run all tasks that it can possibly see, which includes tasks that get added during `.run()`. It doesn't just run the tasks that have been posted before the call.

```
```js
el.post(function() {
el.post(function() {
console.log('a');
Expand Down

0 comments on commit 1d87be0

Please sign in to comment.