Removed support for IE 10 and Safari 8
This commit is contained in:
@@ -138,7 +138,6 @@ getJasmineRequireObj().base = function(j$, jasmineGlobal) {
|
||||
return (
|
||||
obj !== null &&
|
||||
typeof obj !== 'undefined' &&
|
||||
typeof jasmineGlobal.Map !== 'undefined' &&
|
||||
obj.constructor === jasmineGlobal.Map
|
||||
);
|
||||
};
|
||||
@@ -147,7 +146,6 @@ getJasmineRequireObj().base = function(j$, jasmineGlobal) {
|
||||
return (
|
||||
obj !== null &&
|
||||
typeof obj !== 'undefined' &&
|
||||
typeof jasmineGlobal.Set !== 'undefined' &&
|
||||
obj.constructor === jasmineGlobal.Set
|
||||
);
|
||||
};
|
||||
|
||||
@@ -234,8 +234,8 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
|
||||
// If we have an instance of ArrayBuffer the Uint8Array ctor
|
||||
// will be defined as well
|
||||
return self.eq_(
|
||||
new Uint8Array(a), // eslint-disable-line compat/compat
|
||||
new Uint8Array(b), // eslint-disable-line compat/compat
|
||||
new Uint8Array(a),
|
||||
new Uint8Array(b),
|
||||
aStack,
|
||||
bStack,
|
||||
diffBuilder
|
||||
|
||||
Reference in New Issue
Block a user