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

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

Issue 1187823002: Update Polymer components and re-run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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-input/paper-input.html
diff --git a/third_party/polymer/v1_0/components/paper-input/paper-input.html b/third_party/polymer/v1_0/components/paper-input/paper-input.html
index 234db956270934e6ff194255af18a654c433a4c4..f6720e7d2192162b43c534f44ac45b170885960a 100644
--- a/third_party/polymer/v1_0/components/paper-input/paper-input.html
+++ b/third_party/polymer/v1_0/components/paper-input/paper-input.html
@@ -77,7 +77,7 @@ style this element.
bind-value="{{value}}"
invalid="{{invalid}}"
prevent-invalid-input="[[preventInvalidInput]]"
- allowedPattern="[[allowedPattern]]"
+ allowed-pattern="[[allowedPattern]]"
validator="[[validator]]"
type$="[[type]]"
pattern$="[[pattern]]"

Powered by Google App Engine
This is Rietveld 408576698