Remove redundant RegExp constructor
This commit is contained in:
parent
b1709758fd
commit
35c6a68e5e
|
@ -842,7 +842,7 @@ var Getters = {
|
|||
}
|
||||
|
||||
/* Hack for only reading relevant video data */
|
||||
if (line.match(new RegExp(startReadingSentinel))) {
|
||||
if (line.match(startReadingSentinel)) {
|
||||
startReading = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue