diff options
author | anekos | 2008-10-21 21:14:35 +0000 |
---|---|---|
committer | anekos | 2008-10-21 21:14:35 +0000 |
commit | 84969d104f2b20532e430b397f7c5fa965f35d66 (patch) | |
tree | 1ee73eff8914802ccecbfe0fbc4476453fea7eab /nico_related_videos.js | |
parent | 74c0780900ad0cfba5dd7b33df92b9d73212a050 (diff) | |
download | vimperator-plugins-84969d104f2b20532e430b397f7c5fa965f35d66.tar.bz2 |
.string が抜けていたミス修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21808 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'nico_related_videos.js')
-rw-r--r-- | nico_related_videos.js | 2 |
1 files changed, 1 insertions, 1 deletions
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/'; |