| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- // Generated by CoffeeScript 1.3.3
- (function() {
- var sections;
- sections = [
- {
- id: "main",
- transition: "slide",
- header: {
- title: "hola",
- back: true,
- nav: {
- position: "right",
- items: [
- {
- href: "#",
- "data-icon": "home"
- }
- ]
- }
- },
- footer: {
- nav: {
- "class": "with-labels",
- items: [
- {
- href: "#",
- "data-icon": "home",
- "data-label": "ir"
- }, {
- href: "#",
- "data-icon": "home",
- "data-label": "ir"
- }
- ]
- }
- },
- articles: [
- {
- id: "main-article"
- }, {
- id: "sksks"
- }
- ]
- }, {
- id: "item",
- header: {
- back: true
- },
- articles: [
- {
- id: "pending",
- "class": "list scroll"
- }, {
- id: "finished",
- "class": "list scroll"
- }
- ]
- }
- ];
- }).call(this);
|