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

Unified Diff: pkg/polymer/test/nested_binding_test.dart

Issue 304223004: Remove Comprehension type in polymer expressions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « no previous file | pkg/polymer_expressions/lib/eval.dart » ('j') | pkg/polymer_expressions/lib/eval.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/nested_binding_test.dart
diff --git a/pkg/polymer/test/nested_binding_test.dart b/pkg/polymer/test/nested_binding_test.dart
index c6ab7ef32c021dea4e6836f734f84ee74e97081a..9118bb1e025cb2b6edea76aec7259d673c39d325 100644
--- a/pkg/polymer/test/nested_binding_test.dart
+++ b/pkg/polymer/test/nested_binding_test.dart
@@ -18,14 +18,10 @@ class MyTest extends PolymerElement {
MyTest.created() : super.created();
- _runTest(_) {
+ ready() {
expect($['fruit'].text.trim(), 'Short name: [pears]');
_testDone.complete();
}
-
- ready() {
- onMutation($['fruit']).then(_runTest);
Siggi Cherem (dart-lang) 2014/05/30 21:36:03 with this change I'm seeing the mutation already i
- }
}
main() => initPolymer().run(() {
« no previous file with comments | « no previous file | pkg/polymer_expressions/lib/eval.dart » ('j') | pkg/polymer_expressions/lib/eval.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698