Index: trunk/parsers/wikidom/lib/es/es.ListBlock.js |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | var location = this.items[i].getLocation( offset - itemOffset );
|
50 | 50 | return {
|
51 | 51 | 'item': location.item,
|
52 | | - 'offset': /*itemOffset +*/ location.offset
|
| 52 | + 'offset': location.offset
|
53 | 53 | }
|
54 | 54 | }
|
55 | 55 |
|