Closed brett--anderson closed 8 years ago
Current Code `SchemaBuilder.prototype.streamSpecificationEnabled = function(type){ this._definePropsIfNotExists('StreamSpecification'); this._schema.tableInfo.StreamSpecification.StreamViewType = type; };
SchemaBuilder.prototype.streamSpecificationViewType = function(bool){ this._definePropsIfNotExists('StreamSpecification'); this._schema.tableInfo.StreamSpecification.StreamEnabled = bool; };`
I'll issue a pull request in a moment to switch this.
Current Code `SchemaBuilder.prototype.streamSpecificationEnabled = function(type){ this._definePropsIfNotExists('StreamSpecification'); this._schema.tableInfo.StreamSpecification.StreamViewType = type; };
SchemaBuilder.prototype.streamSpecificationViewType = function(bool){ this._definePropsIfNotExists('StreamSpecification'); this._schema.tableInfo.StreamSpecification.StreamEnabled = bool; };`
I'll issue a pull request in a moment to switch this.