discourse/plugins/poll/assets/javascripts/views/poll.js.es6
Régis Hanol 4714a562d9 FIX: Poll requires logged in user to log in again
FIX: Open/Closing the poll wasn't updating the UI
REFACTOR: ES6 FTW
2015-03-03 16:17:07 +01:00

4 lines
90 B
JavaScript

export default Ember.View.extend({
templateName: "poll",
classNames: ['poll-ui'],
});