proto.space = function () {
    if (arguments.length) {
        return this.setSpace.apply(this, arguments);
    }
    return this.getSpace.apply(this, arguments);