mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 07:15:46 +01:00
Don't force help initialization until we see something that looks like a help link. Other small interface changes.
This commit is contained in:
@@ -331,11 +331,6 @@ var File = Class("File", {
|
||||
return f;
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns a clone of this file.
|
||||
*/
|
||||
clone: function () File(this),
|
||||
|
||||
/**
|
||||
* Reads this file's entire contents in "text" mode and returns the
|
||||
* content as a string.
|
||||
|
||||
Reference in New Issue
Block a user