~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/mustache/test/_files/grandparent_context.js

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
({
 
2
  grand_parent_id: 'grand_parent1',
 
3
  parent_contexts: [
 
4
    {
 
5
      parent_id: 'parent1',
 
6
      child_contexts: [
 
7
        { child_id: 'parent1-child1' },
 
8
        { child_id: 'parent1-child2' }
 
9
      ]
 
10
    },
 
11
    {
 
12
      parent_id: 'parent2',
 
13
      child_contexts: [
 
14
        { child_id: 'parent2-child1' },
 
15
        { child_id: 'parent2-child2' }
 
16
      ]
 
17
    }
 
18
  ]
 
19
})