Index: trunk/parsers/wikidom/lib/es/es.Content.js |
— | — | @@ -633,6 +633,11 @@ |
634 | 634 | return new es.Range( start, end ); |
635 | 635 | }; |
636 | 636 | |
| 637 | +/** |
| 638 | + * Helper function for Content.getWikiDomLines() |
| 639 | + * |
| 640 | + * @method |
| 641 | + */ |
637 | 642 | es.Content.prototype.handleAnnotation = function( bias, annotation, stack, index ) { |
638 | 643 | if ( bias === 'open' ) { |
639 | 644 | var annotation = es.Content.copyObject( annotation ); |