From 84969d104f2b20532e430b397f7c5fa965f35d66 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 21 Oct 2008 21:14:35 +0000 Subject: .string が抜けていたミス修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21808 d0d07461-0603-4401-acd4-de1884942a52 --- nico_related_videos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nico_related_videos.js b/nico_related_videos.js index 7a4fb3d..686a0f0 100644 --- a/nico_related_videos.js +++ b/nico_related_videos.js @@ -77,7 +77,7 @@ ['nicorelated'], 'niconico related videos', function (url) { - (url === undefined) || (url = url.string); + (url.string === undefined) || (url = url.string); url = (function () { if (url == nothing) return 'http://www.nicovideo.jp/'; -- cgit v1.2.3