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