mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 19:27:58 +01:00
move String#toURLArray to v.util.stringToURLArray - think of the kittens!
This commit is contained in:
@@ -309,7 +309,7 @@ const vimperator = (function() //{{{
|
||||
// convert the string to an array of converted URLs
|
||||
// -> see String.prototype.toURLArray for more details
|
||||
if (typeof urls == "string")
|
||||
urls = urls.toURLArray();
|
||||
urls = vimperator.util.stringToURLArray(urls);
|
||||
|
||||
if (urls.length == 0)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user