r90481 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90480‎ | r90481 | r90482 >
Date:19:26, 20 June 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed incorrectly commented lines
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.TextFlow.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.TextFlow.js
@@ -20,8 +20,8 @@
2121 $container.append( $line.clone().html( lines[i].html ) );
2222 }
2323 }
24 - console.timeEnd( 'TextFlow.render' );
25 - //return metrics;
 24+ //console.timeEnd( 'TextFlow.render' );
 25+ return metrics;
2626 };
2727
2828 TextFlow.prototype.getWord = function( text, ruler ) {

Status & tagging log