first take
[ReadingsJQM.git] / js / app / app.coffee
1
2 window.Readings = {}
3 $.fn.Readings = {}
4
5
6 $(document).on 'pageinit', (ev) ->
7   Readings.config = new Readings.Config
8     wlurl: 'http://readings.local'
9     categories:
10       'authors': 'autor',
11       'epochs': 'epoka',
12       'genres': 'gatunek',
13       'kinds': 'rodzaj',
14       'themes': 'motyw'
15
16   Readings.category_list $('#list-categories')