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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-collapse/README.md

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-chromium/iron-collapse/README.md
diff --git a/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md b/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md
index 13a013baa459ff1465a815639f2999e4d9cfbf7b..b11ac6612342c53f95449f911c616b82eb70c98d 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md
+++ b/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md
@@ -4,7 +4,7 @@
will be collapsed. Use `opened` or `toggle()` to show/hide the content.
```html
-<button on-click="{{toggle}}">toggle collapse</button>
+<button on-click="toggle">toggle collapse</button>
<iron-collapse id="collapse">
<div>Content goes here...</div>

Powered by Google App Engine
This is Rietveld 408576698