From 0fd8ca24fe5569cd03667e3ee6c8514e4fbab5f0 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 2 Nov 2007 08:34:12 +0000 Subject: [PATCH] update comment --- content/vimperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/vimperator.js b/content/vimperator.js index 14e1637e..77633d07 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -307,7 +307,7 @@ const vimperator = (function() //{{{ open: function(urls, where, callback) { // 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") urls = vimperator.util.stringToURLArray(urls);