diff --git a/ampersand-state.js b/ampersand-state.js index a1cae9d..dfbc245 100644 --- a/ampersand-state.js +++ b/ampersand-state.js @@ -37,7 +37,7 @@ function Base(attrs, options) { this.collection = options.collection; this._keyTree = new KeyTree(); this._initCollections(); - this._initChildren(); + this._initChildren(attrs, options); this._cache = {}; this._previousAttributes = {}; if (attrs) this.set(attrs, assign({silent: true, initial: true}, options));