7 lines
No EOL
137 B
JavaScript
7 lines
No EOL
137 B
JavaScript
import Ember from "ember";
|
|
|
|
export default function() {
|
|
Ember.TextField.reopen({
|
|
attributeBindings: ['data-option']
|
|
});
|
|
} |