Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Aug 26, 2017
1 parent 7a8ca80 commit c2ce70a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions paper-relative-integer-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
<link rel="import" href="../paper-styles/color.html">
<link rel="import" href="../polymer/polymer.html">

<!--
`paper-relative-integer-input`
@demo demo
-->

<dom-module id="paper-relative-integer-input">
<template>
<style>
Expand Down Expand Up @@ -102,6 +96,12 @@
</template>
<script>

/**
*
* @customElement
* @polymer
* @demo demo Sandbox snippet
*/
Polymer({

is: 'paper-relative-integer-input',
Expand Down

0 comments on commit c2ce70a

Please sign in to comment.