mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
8616a45c3c
closes #3939 - Add Seo Tab component to PSM - Add new gh-blur-textarea component - Refactor blur-input to use new text-input mixin
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
import TextInputMixin from 'ghost/mixins/text-input';
|
|
|
|
var Input = Ember.TextField.extend(TextInputMixin);
|
|
|
|
export default Input;
|