update components
This commit is contained in:
parent
9254ff721d
commit
3197c48232
162 changed files with 902 additions and 9728 deletions
|
@ -12,7 +12,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<link rel="import" href="../paper-ripple/paper-ripple.html">
|
||||
|
||||
<script>
|
||||
|
||||
/**
|
||||
* `Polymer.PaperRippleBehavior` dynamically implements a ripple
|
||||
* when the element has focus via pointer or keyboard.
|
||||
|
@ -23,7 +22,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
* @polymerBehavior Polymer.PaperRippleBehavior
|
||||
*/
|
||||
Polymer.PaperRippleBehavior = {
|
||||
|
||||
properties: {
|
||||
/**
|
||||
* If true, the element will not produce a ripple effect when interacted
|
||||
|
@ -124,7 +122,5 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
this._ripple.noink = noink;
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue