зеркало из https://github.com/mozilla/pjs.git
Fix NewChannelFromURI() call due to addition of new parameter.
This commit is contained in:
Родитель
354aa71496
Коммит
e819b99fc9
|
@ -131,7 +131,7 @@ function ReadDirectory(url)
|
|||
var uri = ios.NewURI(url, null);
|
||||
|
||||
// Create a channel...
|
||||
var channel = ios.NewChannelFromURI('load', uri, null);
|
||||
var channel = ios.NewChannelFromURI('load', uri, null, null);
|
||||
|
||||
// ...so that we can pipe it into a new HTTPIndex listener to
|
||||
// parse the directory's contents.
|
||||
|
|
|
@ -131,7 +131,7 @@ function ReadDirectory(url)
|
|||
var uri = ios.NewURI(url, null);
|
||||
|
||||
// Create a channel...
|
||||
var channel = ios.NewChannelFromURI('load', uri, null);
|
||||
var channel = ios.NewChannelFromURI('load', uri, null, null);
|
||||
|
||||
// ...so that we can pipe it into a new HTTPIndex listener to
|
||||
// parse the directory's contents.
|
||||
|
|
Загрузка…
Ссылка в новой задаче