am a6043f76: support differently named lists.js files

* commit 'a6043f76fa41d6062f3ba9e0aae06feb562f8b51':
  support differently named lists.js files
This commit is contained in:
Robert Ly 2013-02-20 15:17:49 -08:00 committed by Android Git Automerger
commit 2b878f60c9
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
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

@ -0,0 +1,5 @@
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 ?>
];