Revert "support differently named lists.js files"
This reverts commit a6043f76fa
Change-Id: Id7212f9f1ffbe62fd26f97ab6dcea93bcb34e476
This commit is contained in:
committed by
Android (Google) Code Review
parent
a6043f76fa
commit
dae7b523aa
@@ -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 ?>
|
||||
];
|
@@ -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 ?>
|
||||
];
|
Reference in New Issue
Block a user