Revert "support differently named lists.js files"

This reverts commit a6043f76fa

Change-Id: Id7212f9f1ffbe62fd26f97ab6dcea93bcb34e476
This commit is contained in:
Robert Ly
2013-02-21 02:07:00 +00:00
committed by Android (Google) Code Review
parent a6043f76fa
commit dae7b523aa
2 changed files with 0 additions and 10 deletions

View File

@@ -1,5 +0,0 @@
var GCM_DATA = [
<?cs each:page = docs.pages
?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
<?cs /each ?>
];

View File

@@ -1,5 +0,0 @@
var GMS_DATA = [
<?cs each:page = docs.pages
?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
<?cs /each ?>
];