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

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

Issue 588373003: Update to polymer js version 0.4.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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: pkg/polymer/test/unbind_test.dart
diff --git a/pkg/polymer/test/unbind_test.dart b/pkg/polymer/test/unbind_test.dart
index 13d80ef289c4c6cde3c0983b3fcf36e1c69b64ce..9c7c9ee1806bd93f279a587af073f3f190d259d5 100644
--- a/pkg/polymer/test/unbind_test.dart
+++ b/pkg/polymer/test/unbind_test.dart
@@ -19,7 +19,6 @@ class XTest extends PolymerElement {
@observable var foo = '';
@observable var bar;
- bool forceReady = true;
Siggi Cherem (dart-lang) 2014/09/23 21:08:52 oh, when adding new methods is a breaking change.
jakemac 2014/09/23 22:15:01 Done.
bool fooWasChanged = false;
var validBar;

Powered by Google App Engine
This is Rietveld 408576698