diff options
author | pekepeke | 2008-11-05 13:20:00 +0000 |
---|---|---|
committer | pekepeke | 2008-11-05 13:20:00 +0000 |
commit | c63f3f885873bd35efceb4b4205e768cc121656e (patch) | |
tree | 40b6cb957228356169b2b48f9ed1ed6ff657428d /ubiquity.js | |
parent | d6df15ef6cf3ac2ff6c042c121977a69ca86d782 (diff) | |
download | vimperator-plugins-c63f3f885873bd35efceb4b4205e768cc121656e.tar.bz2 |
2.0pre対応
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22782 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'ubiquity.js')
-rw-r--r-- | ubiquity.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubiquity.js b/ubiquity.js index e1f152a..35c11b1 100644 --- a/ubiquity.js +++ b/ubiquity.js @@ -65,6 +65,7 @@ preExec(gUbiquity, 'openWindow', function(anchor, flag){ // ------------------------------------------------- commands.addUserCommand(['ubi[quity]'], 'Vimperator Ubiquity Glue', function(args){ + args = (typeof args.string == 'undefined') ? args: args.string; if (!args){ gUbiquity.openWindow(getBrowser(), true); return; |