mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-01 03:17:53 -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'],
|
|
});
|