mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
Fixed punctuation
This commit is contained in:
@@ -371,7 +371,7 @@ function trapBubbledEventsLocal() {
|
||||
case 'audio':
|
||||
|
||||
inst._wrapperState.listeners = [];
|
||||
// create listener for each media event
|
||||
// Create listener for each media event
|
||||
for (var event in mediaEvents) {
|
||||
if (mediaEvents.hasOwnProperty(event)) {
|
||||
inst._wrapperState.listeners.push(
|
||||
@@ -425,7 +425,7 @@ function postUpdateSelectWrapper() {
|
||||
}
|
||||
|
||||
// For HTML, certain tags should omit their close tag. We keep a whitelist for
|
||||
// those special cased tags.
|
||||
// those special-case tags.
|
||||
|
||||
var omittedCloseTags = {
|
||||
'area': true,
|
||||
|
||||
Reference in New Issue
Block a user