mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
4714a562d9
FIX: Open/Closing the poll wasn't updating the UI REFACTOR: ES6 FTW
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
export default Ember.View.extend({
|
|
templateName: "poll",
|
|
classNames: ['poll-ui'],
|
|
});
|