| 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 ea69b2fa5e98c95493851b79255667fcfc69fa91..655f301aad988dd956379d6ca47a109c99a75210 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,4 +1,5 @@
|
| -(function() {
|
| +
|
| + (function() {
|
| var Utility = {
|
| distance: function(x1, y1, x2, y2) {
|
| var xDelta = (x1 - x2);
|
| @@ -543,4 +544,4 @@
|
| }
|
| }
|
| });
|
| - })();
|
| + })();
|
|
|