r93941 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93940‎ | r93941 | r93942 >
Date:00:06, 5 August 2011
Author:inez
Status:deferred
Tags:
Comment:
+ comment
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.Content.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Content.js
@@ -633,6 +633,11 @@
634634 return new es.Range( start, end );
635635 };
636636
 637+/**
 638+ * Helper function for Content.getWikiDomLines()
 639+ *
 640+ * @method
 641+ */
637642 es.Content.prototype.handleAnnotation = function( bias, annotation, stack, index ) {
638643 if ( bias === 'open' ) {
639644 var annotation = es.Content.copyObject( annotation );

Status & tagging log