2ec58668b8
needed by http://caniuse.com/#feat=input-datetime
was removed by 3563e41913
6 lines
185 B
JavaScript
6 lines
185 B
JavaScript
import FmInput from 'ember-form-master-2000/components/fm-input';
|
|
export default FmInput.reopen({
|
|
polyfill: function() {
|
|
this.$().updatePolyfill();
|
|
}.on('didInsertElement')
|
|
});
|