Changeset 32501
- Timestamp:
- 04/17/09 00:44:16 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/auto-focus-frame.js
r31787 r32501 39 39 <description>Automatically focus to largest frame.</description> 40 40 <description lang="ja">最も大きなフレームに自動的にフォーカスする。</description> 41 <version>1.0. 4</version>41 <version>1.0.5</version> 42 42 <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 43 43 <license>new BSD License (Please read the source code comments of this plugin)</license> … … 68 68 return; 69 69 let [maxSize, maxFrame] = [-1, null]; 70 for (let frame in util.Array.iter ator(content.frames)) {70 for (let frame in util.Array.itervalues(content.frames)) { 71 71 try { 72 72 if (!(frame.frameElement instanceof HTMLFrameElement))
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)