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

Unified Diff: utils/tests/template/real_app.dart

Issue 11273041: Make first and last getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. Created 8 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 | « utils/template/parser.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/template/real_app.dart
diff --git a/utils/tests/template/real_app.dart b/utils/tests/template/real_app.dart
index 307746250dd3141a0dd45b6d06bf2ae5e8f4db4e..c4323bddb2720f8fd88f80041c80892ecc0e1d33 100644
--- a/utils/tests/template/real_app.dart
+++ b/utils/tests/template/real_app.dart
@@ -92,7 +92,7 @@ void main() {
elem.on.click.add((MouseEvent e) {
var expandCollapseElem = e.toElement;
- DivElement salesDiv = expandCollapseElem.parent.elements.last();
+ DivElement salesDiv = expandCollapseElem.parent.elements.last;
bool showSales = (salesDiv.classes.contains(DivisionSales.showSales));
« no previous file with comments | « utils/template/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698