Improving never seen error message

Removing repeating "support it" and fixing camelCase method name
This commit is contained in:
Fabio M. Costa
2013-12-10 21:07:41 -08:00
parent b268f95e1f
commit 4b3fa413a1
+2 -2
View File
@@ -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).');
}