mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 13:01:07 +08:00
DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592)
This commit is contained in:
@ -23,7 +23,7 @@ function initializePollUIBuilder(api) {
|
||||
showPollBuilder() {
|
||||
showModal("poll-ui-builder").set(
|
||||
"toolbarEvent",
|
||||
this.get("toolbarEvent")
|
||||
this.toolbarEvent
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user