first take
[ReadingsJQM.git] / js / app / Config.coffee
1
2 class Readings.Config
3   constructor: (@opts) ->
4
5   get: (name) ->
6     @opts[name]