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

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

Issue 1401633002: Update Polymer from 1.1.4 -> 1.1.5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dzhioev@ review Created 5 years, 2 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-tabs/paper-tab-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tabs/paper-tab-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-tabs/paper-tab-extracted.js
index 6a2a1900e30b39cfe7bff9e6139a60f92d63e9a2..149c193846b0d42ee08bed531d34ceda1e225143 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-tabs/paper-tab-extracted.js
+++ b/third_party/polymer/v1_0/components-chromium/paper-tabs/paper-tab-extracted.js
@@ -1,6 +1,4 @@
-
-
- Polymer({
+Polymer({
is: 'paper-tab',
@@ -43,5 +41,4 @@
_updateNoink: function() {
this.noink = !!this.noink || !!this._parentNoink;
}
- });
-
+ });

Powered by Google App Engine
This is Rietveld 408576698