mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 20:46:18 +08:00
apply prettier on plugins (#7605)
This commit is contained in:
parent
d93f753b17
commit
b98b994fe7
|
@ -92,8 +92,7 @@ export default Ember.Component.extend({
|
|||
this.messageBus.subscribe(
|
||||
r.messagebus_channel,
|
||||
message => {
|
||||
if (!this.isDestroyed)
|
||||
this.set("presenceUsers", message.users);
|
||||
if (!this.isDestroyed) this.set("presenceUsers", message.users);
|
||||
this._clearTimer = Ember.run.debounce(
|
||||
this,
|
||||
"clear",
|
||||
|
|
|
@ -21,10 +21,7 @@ function initializePollUIBuilder(api) {
|
|||
|
||||
actions: {
|
||||
showPollBuilder() {
|
||||
showModal("poll-ui-builder").set(
|
||||
"toolbarEvent",
|
||||
this.toolbarEvent
|
||||
);
|
||||
showModal("poll-ui-builder").set("toolbarEvent", this.toolbarEvent);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user