mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Merge pull request #117 from rajuGT/defaultParameterValue_fix
Removed default parameter value initialization to support old version browsers
This commit is contained in:
@@ -203,7 +203,7 @@ chrome.extension.sendMessage({}, function(response) {
|
||||
});
|
||||
}
|
||||
|
||||
function runAction(action, document, keyboard = false) {
|
||||
function runAction(action, document, keyboard) {
|
||||
var videoTags = document.getElementsByTagName('video');
|
||||
videoTags.forEach = Array.prototype.forEach;
|
||||
|
||||
|
Reference in New Issue
Block a user