~janhenrik-overland/toca/trunk

« back to all changes in this revision

Viewing changes to ttk/scripts/update.js

  • Committer: Jan Henrik Overland
  • Date: 2013-08-20 16:52:10 UTC
  • Revision ID: janhenrik.overland@gmail.com-20130820165210-vbzoi7b80oahtigd
appĀ header

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TTK.update['ttke'] = {
2
2
        
3
3
        standing: [
4
 
                'mau',
5
 
                'che',
6
 
                'ast',
7
 
                'car',
8
 
                'cry',
9
 
                'ful',
10
 
                'liv',
11
 
                'mac',
12
 
                'new',
13
 
                'nor',
14
 
                'sou',
15
 
                'sto',
16
 
                'hul',
17
 
                'eve',
18
 
                'sun',
19
 
                'swa',
20
 
                'tot',
21
 
                'web',
22
 
                'weh',
23
 
                'ars'
 
4
                 'mau'
 
5
                ,'che'
 
6
                ,'ast'
 
7
                ,'car'
 
8
                ,'cry'
 
9
                ,'ful'
 
10
                ,'liv'
 
11
                ,'mac'
 
12
                ,'new'
 
13
                ,'nor'
 
14
                ,'sou'
 
15
                ,'sto'
 
16
                ,'hul'
 
17
                ,'eve'
 
18
                ,'sun'
 
19
                ,'swa'
 
20
                ,'tot'
 
21
                ,'web'
 
22
                ,'weh'
 
23
                ,'ars'
24
24
        ],
25
25
        
26
26
        iktsScores: {
27
 
                'abo': 10,
28
 
                'fei': 20,
29
 
                'oel': 30,
30
 
                'ema': 40,
31
 
                'jha': 50,
32
 
                'kla': 60,
33
 
                'kwi': 70,
34
 
                'jov': 80
35
 
        }
 
27
                 'abo': 10
 
28
                ,'fei': 20
 
29
                ,'oel': 30
 
30
                ,'ema': 40
 
31
                ,'jha': 50
 
32
                ,'kla': 60
 
33
                ,'kwi': 70
 
34
                ,'jov': 80
 
35
        },
 
36
        
 
37
        lastUpdated: '20.08.2013',
 
38
        
 
39
        gameWeek: 'Runde 1'
 
40
        
 
41
        
36
42
};