For Safari and IE8 only, my unit tests are throwing an error complaining about the "after each" hook, which is showing up in legacy_ranges_spec.js on line 575 - this maps to backbone-events-standalone.js line 127, the _.keys call is undefined. I'm assuming this is because there's an underscore dependency that's not being resolved - but it's strange that only these two browsers are complaining. I'm digging in a bit more.
For Safari and IE8 only, my unit tests are throwing an error complaining about the "after each" hook, which is showing up in
legacy_ranges_spec.json line 575 - this maps tobackbone-events-standalone.jsline 127, the _.keys call is undefined. I'm assuming this is because there's an underscore dependency that's not being resolved - but it's strange that only these two browsers are complaining. I'm digging in a bit more.