From 384264cb4319b7c75e0f6ccb77b61bbe2861191f Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 5 Dec 2014 10:23:50 -0800 Subject: [PATCH] @mixin instead of @element? This isn't actually an element, so it should have a different directive. I have suggested just @mixin here, but that might be somewhat confusing with @mixins on the elements that include this mixin. --- core-focusable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-focusable.js b/core-focusable.js index 6633b5f..705065f 100644 --- a/core-focusable.js +++ b/core-focusable.js @@ -5,7 +5,7 @@ * Elements using this mixin will receive attributes reflecting the focus, pressed * and disabled states. * - * @element Polymer.CoreFocusable + * @mixin Polymer.CoreFocusable * @status unstable */