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