blob: d056bc37a9c8f989f090b53a94c8368657a9c39f [file] [log] [blame]
Robert Lya6043f72013-02-20 14:47:44 -08001var GMS_DATA = [
2<?cs each:page = docs.pages
3?> { 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 ?>
4<?cs /each ?>
5 ];