decide.nolog.cz/app/components/fm-input.js

7 lines
185 B
JavaScript
Raw Normal View History

import FmInput from 'ember-form-master-2000/components/fm-input';
export default FmInput.reopen({
polyfill: function() {
this.$().updatePolyfill();
}.on('didInsertElement')
});