(attributes, options)
| 35 | } |
| 36 | |
| 37 | initialize(attributes, options) { |
| 38 | super.initialize(attributes, options); |
| 39 | this.on('change:scales', this.snapshot_scales, this); |
| 40 | this.snapshot_scales(); |
| 41 | } |
| 42 | |
| 43 | reset_scales() { |
| 44 | const scales = this.getScales(); |
nothing calls this directly
no test coverage detected