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

Unified Diff: third_party/pkg/angular/lib/filter/order_by.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
« no previous file with comments | « third_party/pkg/angular/lib/filter/module.dart ('k') | third_party/pkg/angular/lib/introspection.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/lib/filter/order_by.dart
diff --git a/third_party/pkg/angular/lib/filter/order_by.dart b/third_party/pkg/angular/lib/filter/order_by.dart
index 5685020fa6dcefd9d04bf8e14b192d1aac3dff7a..b31b22651dac6053ea66738df71e08a826b7c7fe 100644
--- a/third_party/pkg/angular/lib/filter/order_by.dart
+++ b/third_party/pkg/angular/lib/filter/order_by.dart
@@ -167,7 +167,7 @@ class OrderByFilter {
if (strExp == '') {
mappers[i] = _nop;
} else {
- var parsed = _parser(strExp);
+ Expression parsed = _parser(strExp);
mappers[i] = (e) => parsed.eval(e);
}
} else if (expression is Mapper) {
« no previous file with comments | « third_party/pkg/angular/lib/filter/module.dart ('k') | third_party/pkg/angular/lib/introspection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698