We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e179a commit 4507177Copy full SHA for 4507177
addon/components/pikaday-inputless.js
@@ -11,6 +11,6 @@ export default Ember.Component.extend(PikadayMixin, {
11
this.setupPikaday();
12
},
13
14
- onPikadayOpen: Ember.K,
15
- onPikadayClose: Ember.K,
+ onPikadayOpen() {},
+ onPikadayClose() {},
16
});
0 commit comments