Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js

Issue 1561893002: [Polymer] Roll polymer to latest version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update grdp Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
-
});

Powered by Google App Engine
This is Rietveld 408576698