diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-03-19 15:00:46 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-03-19 15:00:46 +1100 |
commit | af550c3839eafa7902ebd50dc7805e40dbadeee1 (patch) | |
tree | 86a0a8496ec97557da7eb24ba81ad0f897e3a645 /common/content/editor.js | |
parent | 57dbc1b91328c47396e566cf7a85b1adfe6441a1 (diff) | |
download | pentadactyl-af550c3839eafa7902ebd50dc7805e40dbadeee1.tar.gz |
Run style bot.
--HG--
extra : rebase_source : 3661ea16c48258e44239734cdad6bc18abc70b5f
Diffstat (limited to 'common/content/editor.js')
-rw-r--r-- | common/content/editor.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/content/editor.js b/common/content/editor.js index ae88a8f9..6e9069ef 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -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) |