mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 682141 band-aid: add another todo missed the first time. r=cpearce
--HG-- extra : rebase_source : 3f2cf0c4a67ec8dfbc85715c0a9dbb31e8698cba
This commit is contained in:
parent
9a06c9e618
commit
c50165857c
@ -27,9 +27,9 @@ var gFragmentParams = [
|
||||
{ fragment: "#t=5", start: 5, end: null },
|
||||
{ fragment: "#t=5.5", start: 5.5, end: null },
|
||||
{ fragment: "#t=5,", start: null, end: null },
|
||||
{ fragment: "#t=,5", start: 0, end: 5 },
|
||||
{ fragment: "#t=2.5,5.5", start: 2.5, end: 5.5, todo: "See Bug 682141" },
|
||||
{ fragment: "#t=1,2.5", start: 1, end: 2.5, todo: "See Bug 682141" },
|
||||
{ fragment: "#t=,5", start: 0, end: 5, todo: "See bugs 682141 and 720248" },
|
||||
{ fragment: "#t=2.5,5.5", start: 2.5, end: 5.5, todo: "See bugs 682141 and 720248" },
|
||||
{ fragment: "#t=1,2.5", start: 1, end: 2.5, todo: "See bugs 682141 and 720248" },
|
||||
{ fragment: "#t=,15", start: 0, end: null }
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user