Add missing semicolon I missed in #865

This commit is contained in:
Paul O’Shannessy
2014-01-11 23:29:35 -08:00
parent 6ebb1cb3ee
commit 59cba3e9f7
+1 -1
View File
@@ -90,7 +90,7 @@ function validateExplicitKey(component) {
message += ' It was passed a child from ' + childOwnerName + '.';
}
message += ' See http://fb.me/react-warning-keys for more information.'
message += ' See http://fb.me/react-warning-keys for more information.';
console.warn(message);
}