()
| 70 | } |
| 71 | |
| 72 | update_domains() { |
| 73 | // update_domains is typically overloaded in each mark to update |
| 74 | // the domains related to its scales |
| 75 | } |
| 76 | |
| 77 | update_scales() { |
| 78 | this.unregister_all_scales(this.previous('scales')); |
no outgoing calls
no test coverage detected