mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
import Ember from 'ember';
|
|
Ember.TextField.reopen({
|
|
attributeBindings: ['autofocus']
|
|
});
|