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

Unified Diff: lib/src/paper-dialog-behavior/paper-dialog-behavior.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates 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
« no previous file with comments | « lib/src/paper-checkbox/test/basic.html ('k') | lib/src/paper-dialog-behavior/paper-dialog-common.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/paper-dialog-behavior/paper-dialog-behavior.html
diff --git a/lib/src/paper-dialog-behavior/paper-dialog-behavior.html b/lib/src/paper-dialog-behavior/paper-dialog-behavior.html
index 0afcb8b7f82da317e901295aa392c7f80d95fd3c..bc14336f740a2dfa98153c539714156f56be18fa 100644
--- a/lib/src/paper-dialog-behavior/paper-dialog-behavior.html
+++ b/lib/src/paper-dialog-behavior/paper-dialog-behavior.html
@@ -104,7 +104,7 @@ The `aria-labelledby` attribute will be set to the header element, if one exists
},
listeners: {
- 'click': '_onDialogClick',
+ 'tap': '_onDialogClick',
'iron-overlay-opened': '_onIronOverlayOpened',
'iron-overlay-closed': '_onIronOverlayClosed'
},
« no previous file with comments | « lib/src/paper-checkbox/test/basic.html ('k') | lib/src/paper-dialog-behavior/paper-dialog-common.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698