Removed spec guards for versions of Safari we no longer support
This commit is contained in:
committed by
Steve Gravrock
parent
419470e9df
commit
aaf226b9e3
@@ -48,8 +48,6 @@ describe("ExceptionFormatter", function() {
|
||||
|
||||
describe("#stack", function() {
|
||||
it("formats stack traces", function() {
|
||||
if (jasmine.getEnv().safariVersion < 6) { return; }
|
||||
|
||||
var error;
|
||||
try { throw new Error("an error") } catch(e) { error = e; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user