Error being thrown at runtime:
TypeError: Cannot read property 'getItem' of null at Object.get (http://confide-object.codio.io:3000/scripts/Task/Task.js:9:39)`
Blamed File: https://github.com/BeardandFedora/HopStack/blob/master/app/scripts/Task/Task.coffee
return {
get: ->
JSON.parse(localStorage.getItem(STORAGE_ID) || DEMO_TASKS )
put: (tasks)->
localStorage.setItem(STORAGE_ID, JSON.stringify(tasks))
}
)
I've seen this before, but it was three or four months ago and I have to job my memory.
Error being thrown at runtime:
Blamed File: https://github.com/BeardandFedora/HopStack/blob/master/app/scripts/Task/Task.coffee
I've seen this before, but it was three or four months ago and I have to job my memory.