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

Unified Diff: samples/swarm/swarm_ui_lib/observable/observable.dart

Issue 13956006: Remove insertRange. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Replace type with var.wq Created 7 years, 8 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: samples/swarm/swarm_ui_lib/observable/observable.dart
diff --git a/samples/swarm/swarm_ui_lib/observable/observable.dart b/samples/swarm/swarm_ui_lib/observable/observable.dart
index d552e141f587eb3e5a11e63785f0b6756be757bd..d6789885634a39dbf415469974fb6868141f0e14 100644
--- a/samples/swarm/swarm_ui_lib/observable/observable.dart
+++ b/samples/swarm/swarm_ui_lib/observable/observable.dart
@@ -261,10 +261,6 @@ class ObservableList<T>
throw new UnimplementedError();
}
- void insertRange(int start, int length, [initialValue = null]) {
- throw new UnimplementedError();
- }
-
List sublist(int start, [int end]) {
throw new UnimplementedError();
}

Powered by Google App Engine
This is Rietveld 408576698