Index: trunk/parsers/wikidom/lib/synth/views/es.DocumentView.js |
— | — | @@ -2,10 +2,6 @@ |
3 | 3 | es.ViewContainer.call( this, documentModel, 'blocks' ); |
4 | 4 | }; |
5 | 5 | |
6 | | -es.DocumentView.prototype.createItemView = function( itemModel ) { |
7 | | - return itemModel.createView(); |
8 | | -}; |
9 | | - |
10 | 6 | /* Inheritance */ |
11 | 7 | |
12 | 8 | es.extend( es.DocumentView, es.ViewContainer ); |