| Index: trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js |
| — | — | @@ -17,7 +17,6 @@ |
| 18 | 18 | // Properties |
| 19 | 19 | this.data = es.isArray( data ) ? data : []; |
| 20 | 20 | this.attributes = es.isPlainObject( attributes ) ? attributes : {}; |
| 21 | | - this.contentLength = this.data.length; |
| 22 | 21 | |
| 23 | 22 | // Auto-generate model tree |
| 24 | 23 | var nodes = es.DocumentModel.createNodesFromData( this.data ); |