mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:07:59 +01:00
update comment
This commit is contained in:
@@ -307,7 +307,7 @@ const vimperator = (function() //{{{
|
|||||||
open: function(urls, where, callback)
|
open: function(urls, where, callback)
|
||||||
{
|
{
|
||||||
// convert the string to an array of converted URLs
|
// convert the string to an array of converted URLs
|
||||||
// -> see String.prototype.toURLArray for more details
|
// -> see vimperator.util.stringToURLArray for more details
|
||||||
if (typeof urls == "string")
|
if (typeof urls == "string")
|
||||||
urls = vimperator.util.stringToURLArray(urls);
|
urls = vimperator.util.stringToURLArray(urls);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user