mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 09:35:46 +01:00
move global fopen() to a slot in vimperator
This commit is contained in:
@@ -41,11 +41,6 @@ const MODE_SYNC = 0x40;
|
||||
const MODE_EXCL = 0x80;
|
||||
|
||||
|
||||
function fopen (path, mode, perms, tmp)
|
||||
{
|
||||
return new LocalFile(path, mode, perms, tmp);
|
||||
}
|
||||
|
||||
function LocalFile(file, mode, perms, tmp) // {{{
|
||||
{
|
||||
const classes = Components.classes;
|
||||
|
||||
Reference in New Issue
Block a user