diff options
author | mattn | 2008-09-02 12:57:26 +0000 |
---|---|---|
committer | mattn | 2008-09-02 12:57:26 +0000 |
commit | 5811036c9538b1190eef28ce1809426484769982 (patch) | |
tree | ceb0cf639d8c867fa19945e46c45bb1028c00daf /ubiquityNeta.js | |
parent | 7ef930311c21f864136c5835bc7c8282b2157fab (diff) | |
download | vimperator-plugins-5811036c9538b1190eef28ce1809426484769982.tar.bz2 |
ネタ物だけど、一応直しとくw
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@18664 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'ubiquityNeta.js')
-rw-r--r-- | ubiquityNeta.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubiquityNeta.js b/ubiquityNeta.js index e24df95..4b95556 100644 --- a/ubiquityNeta.js +++ b/ubiquityNeta.js @@ -16,7 +16,7 @@ gUbiquity.__textBox.value = arg||'';
var context = gUbiquity.__makeContext();
var previewBlock = document.getElementById("cmd-preview").contentDocument.getElementById("preview");
- gUbiquity.__cmdManager.updateInput("map osaka", context, previewBlock);
+ gUbiquity.__cmdManager.updateInput(arg||'', context, previewBlock);
if (special) {
gUbiquity.__cmdManager.execute(context);
gUbiquity.closeWindow();
|