Removed unnecessary "break"s

This commit is contained in:
Calvin Tam 2015-08-12 23:13:58 -07:00
parent c8b2867b1f
commit 2f6dc5279b

View File

@ -1018,7 +1018,6 @@
case 2:
player.media.paused = true;
_triggerEvent(player.media, "pause");
break;
}
}
}
@ -1550,7 +1549,6 @@
return 0;
})();
break;
}
}
@ -1898,7 +1896,6 @@
default:
player.type = tagName;
break;
}
// Check for full support
@ -2019,7 +2016,6 @@
default:
basic = (audio && video);
full = (basic && !oldIE);
break;
}
return {