Skip to content

Commit d6040b8

Browse files
author
Jan Miksovsky
committed
Update components in preparation for 0.6.3 release
1 parent 7c562ff commit d6040b8

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

basic-keyboard-direction.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
if (handled) {
5252
event.preventDefault();
5353
event.stopPropagation();
54-
return false;
5554
}
5655
}
5756

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "basic-keyboard-direction",
33
"description": "Aspect which maps direction keys (Left, Right, etc.) to direction semantics (goLeft, goRight, etc.).",
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"license": "MIT",
66
"main": "basic-keyboard-direction.html",
77
"dependencies": {
8-
"basic-aspect": "basic-web-components/basic-aspect#0.6.2",
8+
"basic-aspect": "basic-web-components/basic-aspect#0.6.3",
99
"polymer": "Polymer/polymer#^1.1"
1010
},
1111
"devDependencies": {
12-
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.2",
12+
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.3",
1313
"web-component-tester": "*"
1414
},
1515
"keywords": [

0 commit comments

Comments
 (0)