mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 01:54:41 +08:00
DEV: introduces prettier for es6 files
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
export default Ember.Component.extend({
|
||||
allTime: true,
|
||||
tagName: 'tr',
|
||||
reverseColors: Ember.computed.match('report.type', /^(time_to_first_response|topics_with_no_response)$/),
|
||||
classNameBindings: ['reverseColors']
|
||||
tagName: "tr",
|
||||
reverseColors: Ember.computed.match(
|
||||
"report.type",
|
||||
/^(time_to_first_response|topics_with_no_response)$/
|
||||
),
|
||||
classNameBindings: ["reverseColors"]
|
||||
});
|
||||
|
Reference in New Issue
Block a user