Fixed punctuation

This commit is contained in:
Kevin Cheng
2015-10-08 16:49:09 -07:00
parent f522371cee
commit ff17bc25d1

View File

@@ -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,