Index: trunk/parsers/wikidom/lib/es/es.TextFlow.js |
— | — | @@ -20,8 +20,8 @@ |
21 | 21 | $container.append( $line.clone().html( lines[i].html ) ); |
22 | 22 | } |
23 | 23 | } |
24 | | - console.timeEnd( 'TextFlow.render' ); |
25 | | - //return metrics; |
| 24 | + //console.timeEnd( 'TextFlow.render' ); |
| 25 | + return metrics; |
26 | 26 | }; |
27 | 27 | |
28 | 28 | TextFlow.prototype.getWord = function( text, ruler ) { |