Skip to content

Commit 4fc93fd

Browse files
committed
fix syntax error
1 parent 0aecdb1 commit 4fc93fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gifhancement/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var supports_video_autoplay = function(callback) {
66
var p = false;
77
try {
88
p = "play" in v && v.play();
9-
} catch {
9+
} catch (err) {
1010

1111
}
1212
typeof callback === "function" && callback(!v.paused || "Promise" in window && p instanceof Promise);

0 commit comments

Comments
 (0)