Frontmatter
| id | 5387 |
| title | core.Observable: removeListener() => add support for the 1-liner syntax |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Apr 11, 2024, 6:08 PM |
| updatedAt | Apr 11, 2024, 6:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5387 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 11, 2024, 6:21 PM |
this already is in use inside our codebase. e.g.:
HashHistory.un('change', me.onHashChange, me);