Index: trunk/parsers/wikidom/lib/hype/models/es.ParagraphModel.js |
— | — | @@ -7,10 +7,8 @@ |
8 | 8 | es.ParagraphModel = function( length ) { |
9 | 9 | // Inheritance |
10 | 10 | es.DocumentModelNode.call( length ); |
11 | | - es.ModelItem.call( this ); |
12 | 11 | }; |
13 | 12 | |
14 | 13 | /* Inheritance */ |
15 | 14 | |
16 | 15 | es.extend( es.ParagraphModel, es.DocumentModelNode ); |
17 | | -es.extend( es.ParagraphModel, es.ModelItem ); |