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

Commit

Permalink
Clean up JSDoc annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
garlicnation committed Dec 19, 2014
1 parent 3b579e6 commit 1f90125
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@
* The horizontal alignment of the popup relative to `relatedTarget`. `left`
* means the left edges are aligned together. `right` means the right edges
* are aligned together.
*
* Accepted values: 'left', 'right'
*
* @attribute halign
* @type 'left' | 'right'
* @type String
* @default 'left'
*/
halign: 'left',
Expand All @@ -152,8 +154,10 @@
* the top edges are aligned together. `bottom` means the bottom edges are
* aligned together.
*
* Accepted values: 'top', 'bottom'
*
* @attribute valign
* @type 'top' | 'bottom'
* @type String
* @default 'top'
*/
valign: 'top',
Expand Down

0 comments on commit 1f90125

Please sign in to comment.