I have here a very simple code which is roughly like this:
object.somedata: {
'a': Lockr.get('a'),
'b': Lockr.get('b'),
'c': Lockr.get('c')
}
At the row "c" I get now the error message "TypeError: Lockr.get(...) is undefined" in the console of Firefox. Any idea why?