Skip to content

Commit

Permalink
Merge branch 'events' of github.com:Snugug/eq.js into events
Browse files Browse the repository at this point in the history
# By Emyr Thomas
# Via Emyr Thomas (1) and Sam Richard (1)
* 'events' of github.com:Snugug/eq.js:
  Fix eqResize example code

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
Snugug committed Jul 30, 2015
2 parents 9580cec + c369987 commit 20708eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ Each node that gets queried will also fire an `eqResize` event once **eq.js** ha
```javascript
var myElement = document.getElementById('foo');

foo.addEventListener('eqResize', function (e) {
myElement.addEventListener('eqResize', function (e) {
console.log('The current Element Query State is `' + e.details + '`');
});
```
Expand Down

0 comments on commit 20708eb

Please sign in to comment.