mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Remove redundant RegExp constructor
This commit is contained in:
parent
b1709758fd
commit
35c6a68e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue