Index: trunk/parsers/wikidom/lib/hype/models/es.DocumentModel.js |
— | — | @@ -13,11 +13,12 @@ |
14 | 14 | // Inheritance |
15 | 15 | es.DocumentModelNode.call( this, length ); |
16 | 16 | |
17 | | - this.rebuildChildNodes(); |
18 | | - |
19 | 17 | // Properties |
20 | 18 | this.data = $.isArray( data ) ? data : []; |
21 | 19 | this.attributes = $.isPlainObject( attributes ) ? attributes : {}; |
| 20 | + |
| 21 | + // Initialization |
| 22 | + this.rebuildChildNodes(); |
22 | 23 | }; |
23 | 24 | |
24 | 25 | /* Static Members */ |