Changeset 25221 for lang/javascript/vimperator-plugins
- Timestamp:
- 11/28/08 15:54:56 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/highlight.js
r24716 r25221 5 5 * @description-ja 指定した要素をハイライトするオブジェクトを返す Factory 。 plugins.highlighterFactory に構築される。 6 6 * @author janus_wel <janus_wel@fb3.so-net.ne.jp> 7 * @version 0.1 07 * @version 0.11 8 8 * @minversion 2.0pre 2008/10/16 9 9 * ==/VimperatorPlugin== … … 86 86 if (!this._isDisplay(element)) return; 87 87 88 let doc = content.document; 88 let doc = element.ownerDocument; 89 90 // TODO: highlight XUL elements 91 if (!doc.body) return; 92 89 93 let scrollX = doc.defaultView.scrollX; 90 94 let scrollY = doc.defaultView.scrollY;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)