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

Update core-focusable.js #3

Merged
merged 1 commit into from
Oct 16, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions core-focusable.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!--
/**
* @group Polymer Mixins
*
Expand All @@ -9,7 +8,6 @@
* @element Polymer.CoreFocusable
* @status unstable
*/
-->

Polymer.CoreFocusable = {

Expand Down Expand Up @@ -133,4 +131,4 @@ Polymer.CoreFocusable = {
this.focused = false;
}

}
}