(str)
| 17615 | this._getUndoStack().push(newVersion) // todo: use diffs? |
| 17616 | } |
| 17617 | static fromCsv(str) { |
| 17618 | return this.fromDelimited(str, ",", '"') |
| 17619 | } |
| 17620 | // todo: jeez i think we can come up with a better name than "JsonSubset" |
| 17621 | static fromJsonSubset(str) { |
| 17622 | return new Particle(JSON.parse(str)) |
no test coverage detected