I need to access this from my setInterval handler
this
setInterval
prefs: null, startup : function() { // init prefs ...
window.setInterval(function(){console.log(this)}.bind(this), 100)
this is legal in javascript and saves lots of code :)