(object: any)
| 424 | } |
| 425 | |
| 426 | is_object_empty(object: any) { |
| 427 | return Object.keys(object).length === 0 && object.constructor === Object; |
| 428 | } |
| 429 | |
| 430 | hoverfill(d, j) { |
| 431 | const idx = this.model.get('selected'); |
no outgoing calls
no test coverage detected