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

Unified Diff: lib/src/paper-behaviors/test/test-radio-button.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-behaviors/test/paper-ripple-behavior.html ('k') | lib/src/paper-button/paper-button.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/paper-behaviors/test/test-radio-button.html
diff --git a/lib/src/paper-behaviors/test/test-radio-button.html b/lib/src/paper-behaviors/test/test-radio-button.html
index afeabbb2c0d29eadb98338b27d0781e34dec60d5..0e942de46a3fb017205f861eb306448b5a1e842a 100644
--- a/lib/src/paper-behaviors/test/test-radio-button.html
+++ b/lib/src/paper-behaviors/test/test-radio-button.html
@@ -9,7 +9,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-->
<link rel="import" href="../../polymer/polymer.html">
-<link rel="import" href="../paper-inky-focus-behavior.html">
+<link rel="import" href="../paper-checked-element-behavior.html">
<link rel="import" href="../../paper-ripple/paper-ripple.html">
<dom-module id="test-radio-button">
@@ -35,7 +35,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
is: 'test-radio-button',
behaviors: [
- Polymer.PaperInkyFocusBehavior
+ Polymer.PaperCheckedElementBehavior
]
});
</script>
« no previous file with comments | « lib/src/paper-behaviors/test/paper-ripple-behavior.html ('k') | lib/src/paper-button/paper-button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698