Skip to content

Commit 5249113

Browse files
authored
Add @OverRide, remove @attribute/@group/@hero/@homepage (#56)
1 parent 9e9fb02 commit 5249113

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

paper-material.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Example:
2828
... content ...
2929
</paper-material>
3030
31-
@group Paper Elements
3231
@demo demo/index.html
3332
*/
3433
Polymer({
34+
/** @override */
3535
_template: html`
3636
<style include="paper-material-shared-styles"></style>
3737
<style>
@@ -53,8 +53,6 @@ Polymer({
5353
* The z-depth of this element, from 0-5. Setting to 0 will remove the
5454
* shadow, and each increasing number greater than 0 will be "deeper"
5555
* than the last.
56-
*
57-
* @attribute elevation
5856
* @type number
5957
* @default 1
6058
*/
@@ -63,8 +61,6 @@ Polymer({
6361
/**
6462
* Set this to true to animate the shadow when setting a new
6563
* `elevation` value.
66-
*
67-
* @attribute animated
6864
* @type boolean
6965
* @default false
7066
*/

0 commit comments

Comments
 (0)