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

Unified Diff: pkg/custom_element/lib/custom_element.dart

Issue 35683006: fix build due to mdv -> template_binding rename (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | pkg/custom_element/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/custom_element/lib/custom_element.dart
diff --git a/pkg/custom_element/lib/custom_element.dart b/pkg/custom_element/lib/custom_element.dart
index 5ea5ca0915cc6fc560da95216e0989eba0eb1a57..b4225eee9eb7d3e2c22571eaaecb279e712e39e7 100644
--- a/pkg/custom_element/lib/custom_element.dart
+++ b/pkg/custom_element/lib/custom_element.dart
@@ -19,7 +19,6 @@ library custom_element;
import 'dart:async';
import 'dart:html';
-import 'package:mdv/mdv.dart' as mdv;
import 'package:meta/meta.dart';
import 'src/custom_tag_name.dart';
@@ -40,7 +39,6 @@ part 'src/attribute_map.dart';
void registerCustomElement(String localName, CustomElement create()) {
if (_customElements == null) {
_customElements = {};
- mdv.instanceCreated.add(initCustomElements);
// TODO(jmesserly): use MutationObserver to watch for inserts?
}
« no previous file with comments | « no previous file | pkg/custom_element/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698