Skip to content

Commit 3989a97

Browse files
committed
Remove useless events that don't exist
1 parent 3c958d9 commit 3989a97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addon/components/jqui-datepicker/component.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ export default Ember.TextField.extend(jquiWidget, {
1414
"selectOtherMonths", "shortYearCutoff", "showAnim", "showButtonPanel",
1515
"showCurrentAtPos", "showMonthAfterYear", "showOn", "showOptions",
1616
"showOtherMonths", "showWeek", "stepMonths", "weekHeader", "yearRange",
17-
"yearSuffix"],
18-
uiEvents: ['onChangeMonthYear', 'onClose', 'onSelect']
17+
"yearSuffix"]
1918
});

0 commit comments

Comments
 (0)