Skip to content

Commit

Permalink
bump eps and ebd
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Jan 18, 2017
1 parent 01f0a05 commit 1465662
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addon/components/paper-autocomplete-trigger-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default BasicTrigger.extend({
});
}
this.element.addEventListener('mousedown', (e) => this.send('handleMousedown', e));
this.element.addEventListener('keydown', (e) => this.send('handleKeydown', e));
this.element.addEventListener('keydown', (e) => this.send('handleKeyDown', e));
},

actions: {
Expand Down
2 changes: 1 addition & 1 deletion addon/templates/components/paper-autocomplete.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ariaLabelledBy=(readonly ariaLabelledBy)
ariaRequired=(readonly required)
class=(readonly concatenatedTriggerClasses)
onKeydown=(action "onTriggerKeydown")
onKeyDown=(action "onTriggerKeydown")
onFocus=(action "onTriggerFocus")
onBlur=(action "deactivate")
tabindex=(readonly tabindex)
Expand Down
2 changes: 1 addition & 1 deletion addon/templates/components/paper-select.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ariaLabelledBy=(readonly ariaLabelledBy)
ariaRequired=(readonly required)
class=(readonly concatenatedTriggerClasses)
onKeydown=(action "onTriggerKeydown")
onKeyDown=(action "onTriggerKeydown")
onFocus=(action "onTriggerFocus")
onBlur=(action "deactivate")
tabindex=(readonly tabindex)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"broccoli-filter": "^1.2.3",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.0",
"ember-basic-dropdown": "^0.19.2",
"ember-basic-dropdown": "0.20.0",
"ember-cli-babel": "^5.1.7",
"ember-cli-htmlbars": "^1.0.10",
"ember-composability-tools": "0.0.7",
"ember-css-transitions": "0.1.9",
"ember-power-select": "1.0.3",
"ember-power-select": "1.2.0",
"ember-wormhole": "0.5.1",
"resolve": "^1.1.7",
"virtual-each": "0.3.1"
Expand Down

0 comments on commit 1465662

Please sign in to comment.