``` Uncaught TypeError: Cannot call method 'getItem' of null Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36 ``` Here is the `null.getItem()` call: https://github.com/diy/intercom.js/blob/master/lib/intercom.js#L38 Here is where I think we could change this: https://github.com/diy/intercom.js/blob/master/lib/localstorage.js#L2 Perhaps we should check if localstorage is falsy in addition to undefined?