Skip to content

Commit

Permalink
Merge pull request #651 from fabiomcosta/patch-2
Browse files Browse the repository at this point in the history
Improving never seen error message
  • Loading branch information
zpao committed Dec 13, 2013
2 parents c2920ba + 4b3fa41 commit 5a5137d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vendor/stubs/EventListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ var EventListener = {
if (!el.addEventListener) {
if (__DEV__) {
console.error(
'You are attempting to use addEventlistener ' +
'in a browser that does not support it support it.' +
'You are attempting to use addEventListener ' +
'in a browser that does not support it.' +
'This likely means that you will not receive events that ' +
'your application relies on (such as scroll).');
}
Expand Down

0 comments on commit 5a5137d

Please sign in to comment.