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

Unified Diff: pkg/template_binding/lib/src/list_diff.dart

Issue 34453003: Rename mdv -> template_binding, remove experiemntal apis from dart:html (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 | « pkg/template_binding/lib/src/input_element.dart ('k') | pkg/template_binding/lib/src/node.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/template_binding/lib/src/list_diff.dart
diff --git a/pkg/mdv/lib/src/list_diff.dart b/pkg/template_binding/lib/src/list_diff.dart
similarity index 99%
rename from pkg/mdv/lib/src/list_diff.dart
rename to pkg/template_binding/lib/src/list_diff.dart
index 8858c760e6b3dba8e6f033e038a9b9aea699d3e8..ba96d15bc586cfbfbc897f2b3af998287dd42268 100644
--- a/pkg/mdv/lib/src/list_diff.dart
+++ b/pkg/template_binding/lib/src/list_diff.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library mdv.src.list_diff;
+library template_binding.src.list_diff;
import 'dart:math' as math;
import 'package:observe/observe.dart' show ListChangeRecord;
« no previous file with comments | « pkg/template_binding/lib/src/input_element.dart ('k') | pkg/template_binding/lib/src/node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698