getData : function( index ) {
        return index in this._data ?
            this._data[ index ] : this._data[ this._active ];
    },