Changeset 32503
- Timestamp:
- 04/17/09 00:48:16 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/exShowElementInfo.js
r23077 r32503 5 5 * @description-ja extended-hints mode の ";?" でみられる要素の情報を拡張する。 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 9 9 * ==/VimperatorPlugin== … … 17 17 * HISTORY 18 18 * 2008/11/05 ver. 0.10 - initial written. 19 * 2009/04/17 ver. 0.11 - follow the util.js changes 19 20 * 20 21 * */ … … 27 28 function (element) { 28 29 let str = [ 29 a.name + ': ' + a.value for (a in liberator.modules.util.Array.iter ator(element.attributes))30 a.name + ': ' + a.value for (a in liberator.modules.util.Array.itervalues(element.attributes)) 30 31 ].join("\n"); 31 32 liberator.echo("\nextra information\n" + str, liberator.modules.commandline.APPEND_TO_MESSAGES);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)