| Index: third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js
|
| index a760fa244d46173bab46d639507be31dd293fea9..3c98a6432f39f3a6fb5da04b73aede6112ccad72 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple-extracted.js
|
| @@ -1,5 +1,4 @@
|
| -
|
| - (function() {
|
| +(function() {
|
| var Utility = {
|
| cssColorWithAlpha: function(cssColor, alpha) {
|
| var parts = cssColor.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/);
|
| @@ -563,4 +562,4 @@
|
| }
|
| }
|
| });
|
| - })();
|
| + })();
|
|
|