mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 02:38:00 +01:00
Run style bot.
--HG-- extra : rebase_source : 3661ea16c48258e44239734cdad6bc18abc70b5f
This commit is contained in:
@@ -230,11 +230,11 @@ var Editor = Module("editor", {
|
||||
* Edits the given file in the external editor as specified by the
|
||||
* 'editor' option.
|
||||
*
|
||||
* @param {object|File|string} args An object specifying the file,
|
||||
* line, and column to edit. If a non-object is specified, it is
|
||||
* treated as the file parameter of the object.
|
||||
* @param {object|File|string} args An object specifying the file, line,
|
||||
* and column to edit. If a non-object is specified, it is treated as
|
||||
* the file parameter of the object.
|
||||
* @param {boolean} blocking If true, this function does not return
|
||||
* until the editor exits.
|
||||
* until the editor exits.
|
||||
*/
|
||||
editFileExternally: function (args, blocking) {
|
||||
if (!isObject(args) || args instanceof File)
|
||||
|
||||
Reference in New Issue
Block a user