1
0
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:
Doug Kearns
2007-11-02 08:34:12 +00:00
parent 65b2314f03
commit 0fd8ca24fe

View File

@@ -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);