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

Unified Diff: utils/tests/template/top_searches.tmpl

Issue 137013002: Removed obsolete code (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed libraries not used 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 | « utils/tests/template/test_with.dart ('k') | utils/tests/template/top_searches2.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/template/top_searches.tmpl
diff --git a/utils/tests/template/top_searches.tmpl b/utils/tests/template/top_searches.tmpl
deleted file mode 100644
index 2dee107337dcefdb0cbc579c85719be51f6614b0..0000000000000000000000000000000000000000
--- a/utils/tests/template/top_searches.tmpl
+++ /dev/null
@@ -1,18 +0,0 @@
-template TopSearches(Person person, var searches) {
- <div>
- ${#with person}
- <div>
- <span>${name},&nbsp;</span>
- <span>age&nbsp;=&nbsp;</span>
- <span>${age}</span>
- </div>
- ${#each searches search}
- <div>
- <span style="margin-left: 10px;">query=${search.query}</span>
- <span style="margin-left: 20px;">hits=${search.total}</span>
- </div>
- ${/each}
- ${/with}
- </div>
-}
-
« no previous file with comments | « utils/tests/template/test_with.dart ('k') | utils/tests/template/top_searches2.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698