Experiencing some really odd stuff. Does Soundcloud suppress errors in there? if so, why?
Given this snippet:
SC.get(function(res) {
var foo = 1
foo.push('bar')
})
No exception is thrown. I had an actual piece of code like this and I spent at least an hour until I spotted the culprit.