mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
import Ember from 'ember';
|
|
Ember.TextField.reopen({
|
|
attributeBindings: ['autofocus']
|
|
});
|