Skip to content

Commit

Permalink
Add CI badge, update description.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Jul 18, 2013
1 parent e4fcc7e commit f55143f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
@@ -1,7 +1,13 @@
#overshadow-listeners
[![Build Status](https://travis-ci.org/timoxley/overshadow-listeners.png?branch=master)](https://travis-ci.org/timoxley/overshadow-listeners)

Add an event listener before existing listeners.

## Why

Event listeners always fire in the order they are added, yet sometimes we have no control over
this ordering and require certain listeners to definitely run before any others.

## Example

```js
Expand Down

0 comments on commit f55143f

Please sign in to comment.