r98378 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98377‎ | r98378 | r98379 >
Date:22:41, 28 September 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Updated inheritance for ParagraphModel
Modified paths:
  • /trunk/parsers/wikidom/lib/hype/models/es.ParagraphModel.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/hype/models/es.ParagraphModel.js
@@ -7,10 +7,8 @@
88 es.ParagraphModel = function( length ) {
99 // Inheritance
1010 es.DocumentModelNode.call( length );
11 - es.ModelItem.call( this );
1211 };
1312
1413 /* Inheritance */
1514
1615 es.extend( es.ParagraphModel, es.DocumentModelNode );
17 -es.extend( es.ParagraphModel, es.ModelItem );

Status & tagging log