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

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

Issue 307793002: update polymer, nodebind, and templatebinding (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: roll 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
Index: pkg/polymer/test/bind_mdv_test.dart
diff --git a/pkg/polymer/test/bind_mdv_test.dart b/pkg/polymer/test/bind_mdv_test.dart
index d30bc6627a1615bb0198167f6242f77f755ecb62..008c6d80918e698c478e402881046bc6a57a9063 100644
--- a/pkg/polymer/test/bind_mdv_test.dart
+++ b/pkg/polymer/test/bind_mdv_test.dart
@@ -17,7 +17,7 @@ main() {
useHtmlConfiguration();
var registered = customElementsReady.then((_) {
- document.register('my-div', MyDivElement);
+ document.registerElement('my-div', MyDivElement);
});
setUp(() => registered);

Powered by Google App Engine
This is Rietveld 408576698