Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Fix demo event listener
Browse files Browse the repository at this point in the history
Fixes #2 Demo page doesn't work
  • Loading branch information
dfreedm committed Sep 25, 2014
1 parent 9e9eed2 commit 6cc5ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
background: gray;
}
</style>
<core-a11y-keys id="a11y" keys="* pageup pagedown left right down up shift+a alt+a home end" target="{{$.target}}" on-key-pressed="{{print}}"></core-a11y-keys>
<core-a11y-keys id="a11y" keys="* pageup pagedown left right down up shift+a alt+a home end" target="{{$.target}}" on-keys-pressed="{{print}}"></core-a11y-keys>
<div id="target" tabindex="0">focus this</div>
<pre id="output"></pre>
</template>
Expand Down

0 comments on commit 6cc5ce1

Please sign in to comment.