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

Side by Side Diff: third_party/pkg/route_hierarchical/example/full/company-info.dart

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 library companyinfo; 1 library companyinfo;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:html'; 4 import 'dart:html';
5 5
6 import 'package:route_hierarchical/client.dart'; 6 import 'package:route_hierarchical/client.dart';
7 import 'package:web_ui/web_ui.dart'; 7 import 'package:web_ui/web_ui.dart';
8 8
9 import 'index.dart'; 9 import 'index.dart';
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 }); 54 });
55 } 55 }
56 56
57 String activeClass(sect) { 57 String activeClass(sect) {
58 if (sect == section) { 58 if (sect == section) {
59 return "active"; 59 return "active";
60 } 60 }
61 return ""; 61 return "";
62 } 62 }
63 } 63 }
OLDNEW
« no previous file with comments | « third_party/pkg/route_hierarchical/REVISION ('k') | third_party/pkg/route_hierarchical/example/full/company-info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698