Ghost/ghost/admin/app/components/gh-input.js
2015-03-11 12:37:41 -06:00

7 lines
157 B
JavaScript

import Ember from 'ember';
import TextInputMixin from 'ghost/mixins/text-input';
var Input = Ember.TextField.extend(TextInputMixin);
export default Input;