Changeset 11323

Show
Ignore:
Timestamp:
05/10/08 05:48:18 (5 years ago)
Author:
drry
Message:
  • AMO の URL を変更しました。
  • ほか。
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/splitBrowser.js

    r8235 r11323  
    4040                help: 'Split browser and load the <code class="argument">[URL]</code>.<br/>' + 
    4141                          'If you don\'t specify the <code class="argument">[URL]</code> argument, browser loads the current URL.<br/>' + 
    42                           '<br/>You need install <a href="https://addons.mozilla.org/en-US/firefox/addon/4287">Split Browser</a>.', 
    43                 completer:function(filter){ return vimperator.completion.get_url_completions(filter); } 
     42                          '<br/>You need to install <a href="https://addons.mozilla.org/firefox/addon/4287">Split Browser</a>.', 
     43                completer: function(filter) vimperator.completion.get_url_completions(filter) 
    4444        } 
    4545));