Changeset 36204

Show
Ignore:
Timestamp:
12/19/09 16:55:09 (3 years ago)
Author:
anekos
Message:

複数の URL が含まれているときに初めのものしかリンク化されないのを修正

Files:
1 modified

Legend:

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

    r35833 r36204  
    44  <description>append anchors to texts look like url.</description> 
    55  <description lang="ja">リンク中の URL っぽいテキストにアンカーをつける。</description> 
    6   <version>0.4.1</version> 
     6  <version>0.4.2</version> 
    77  <author>SAKAI, Kazuaki</author> 
    88  <minVersion>2.0pre</minVersion> 
    9   <maxVersion>2.0pre</maxVersion> 
     9  <maxVersion>2.3</maxVersion> 
    1010  <detail><![CDATA[ 
    1111    == Commands == 
     
    8484 
    8585          // iterate 
    86           node = node.nextSibling.nextSibling; 
     86          node = node.nextSibling.nextSibling.nextSibling; 
    8787        } 
    8888      } 
    8989      range.detach(); 
    90     },{} 
     90    }, 
     91    {}, 
     92    true 
    9193  ); 
    9294