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

Unified Diff: third_party/polymer/v1_0/components/paper-tabs/paper-tabs.html

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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/paper-tabs/paper-tabs.html
diff --git a/third_party/polymer/v1_0/components/paper-tabs/paper-tabs.html b/third_party/polymer/v1_0/components/paper-tabs/paper-tabs.html
index ca648df818b0c1845a37fc6dac000ea65e590671..dbb068394836b7cfd42c14c7d600042f0688007d 100644
--- a/third_party/polymer/v1_0/components/paper-tabs/paper-tabs.html
+++ b/third_party/polymer/v1_0/components/paper-tabs/paper-tabs.html
@@ -458,6 +458,9 @@ Custom property | Description | Default
},
_positionBar: function(width, left) {
+ width = width || 0;
+ left = left || 0;
+
this._width = width;
this._left = left;
this.transform(
« no previous file with comments | « third_party/polymer/v1_0/components/paper-tabs/hero.svg ('k') | third_party/polymer/v1_0/components/paper-toast/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698