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

Unified Diff: third_party/pkg/angular/test/_specs.dart

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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: third_party/pkg/angular/test/_specs.dart
diff --git a/third_party/pkg/angular/test/_specs.dart b/third_party/pkg/angular/test/_specs.dart
index a36a0c711a67a16b249c6d159ca1da6aeb21e166..b75571ac6ddf0b03cb59404fea3471f7df04eaf7 100644
--- a/third_party/pkg/angular/test/_specs.dart
+++ b/third_party/pkg/angular/test/_specs.dart
@@ -152,6 +152,11 @@ $(selector) {
return new JQuery(selector);
}
+
+class GetterSetter {
+ Getter getter(String key) => null;
+ Setter setter(String key) => null;
+}
var getterSetter = new GetterSetter();
class JQuery implements List<Node> {
« no previous file with comments | « third_party/pkg/angular/scripts/travis/setup.sh ('k') | third_party/pkg/angular/test/core/core_directive_spec.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698