mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 00:04:11 +08:00
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
|
export default Ember.Component.extend({
|
||
|
classNameBindings: [':wizard-image-preview', 'fieldClass']
|
||
|
});
|