| Index: third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js
|
| index 7d9d1b86d5ad2c29f1fb58faeaa7f57a6664003f..972498f7be3e2cb3a46cd3782b28a2e36b42137d 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js
|
| @@ -1,5 +1,4 @@
|
| Polymer({
|
| -
|
| is: 'paper-progress',
|
|
|
| behaviors: [
|
| @@ -7,7 +6,6 @@ Polymer({
|
| ],
|
|
|
| properties: {
|
| -
|
| /**
|
| * The number that represents the current secondary progress.
|
| */
|
| @@ -93,5 +91,4 @@ Polymer({
|
| _hideSecondaryProgress: function(secondaryRatio) {
|
| return secondaryRatio === 0;
|
| }
|
| -
|
| });
|
|
|