File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Example:
28
28
... content ...
29
29
</paper-material>
30
30
31
- @group Paper Elements
32
31
@demo demo/index.html
33
32
*/
34
33
Polymer ( {
34
+ /** @override */
35
35
_template : html `
36
36
< style include ="paper-material-shared-styles "> </ style >
37
37
< style >
@@ -53,8 +53,6 @@ Polymer({
53
53
* The z-depth of this element, from 0-5. Setting to 0 will remove the
54
54
* shadow, and each increasing number greater than 0 will be "deeper"
55
55
* than the last.
56
- *
57
- * @attribute elevation
58
56
* @type number
59
57
* @default 1
60
58
*/
@@ -63,8 +61,6 @@ Polymer({
63
61
/**
64
62
* Set this to true to animate the shadow when setting a new
65
63
* `elevation` value.
66
- *
67
- * @attribute animated
68
64
* @type boolean
69
65
* @default false
70
66
*/
You can’t perform that action at this time.
0 commit comments