Index: trunk/parsers/wikidom/lib/es/es.ListBlockItem.js |
— | — | @@ -49,5 +49,9 @@ |
50 | 50 | this.flow.render(); |
51 | 51 | }; |
52 | 52 | |
| 53 | +es.ListBlockItem.prototype.getIndex = function( ) { |
| 54 | + return this.list.items.indexOf( this ); |
| 55 | +}; |
| 56 | + |
53 | 57 | /* Inheritance */ |
54 | 58 | es.extend( es.ListBlockItem, es.EventEmitter ); |
\ No newline at end of file |