Changeset 30865 for lang/javascript
- Timestamp:
- 03/05/09 21:09:21 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/hatena-bookmark-search.js
r30864 r30865 9 9 <author mail="hotchpotch@gmail.com" homepage="http://d.hatena.ne.jp/secondlife/">Yuichi Tateno</author> 10 10 <license>MPL 1.1/GPL 2.0/LGPL 2.1</license> 11 <version>1.0. 0</version>11 <version>1.0.2</version> 12 12 <detail><![CDATA[ 13 13 >|| … … 56 56 == ChangeLog == 57 57 58 - 1.0.2 59 -- ヌル文字を消す 58 60 - 1.0.1 59 61 -- ドキュメントの追加 … … 85 87 * url 86 88 */ 87 HatenaBookmark.Data.prototype.__defineGetter__('title', function() this.data.split("\n")[0] );89 HatenaBookmark.Data.prototype.__defineGetter__('title', function() this.data.split("\n")[0].replace("\0", '')); 88 90 HatenaBookmark.Data.prototype.__defineGetter__('comment', function() this.data.split("\n")[1]); 89 91 HatenaBookmark.Data.prototype.__defineGetter__('url', function() this.data.split("\n")[2]);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)