Skip to content

Commit

Permalink
Add jsdoc to SLGallery
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilvermist committed Dec 17, 2017
1 parent fb944f2 commit 0064b72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sl-gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@
</template>

<script>
/**
* Silverlinkz Photo Gallery
* A Polymer hash-route based photo gallery.
*
* @customElement
* @polymer
* @demo demo/index.html
*/
class SLGallery extends Polymer.Element {

static get is() { return 'sl-gallery'; }
Expand Down

0 comments on commit 0064b72

Please sign in to comment.