Built distribution
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2008-2020 Pivotal Labs
|
Copyright (c) 2008-2021 Pivotal Labs
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2008-2020 Pivotal Labs
|
Copyright (c) 2008-2021 Pivotal Labs
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2008-2020 Pivotal Labs
|
Copyright (c) 2008-2021 Pivotal Labs
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
@@ -532,16 +532,6 @@ getJasmineRequireObj().util = function(j$) {
|
|||||||
childClass.prototype = new Subclass();
|
childClass.prototype = new Subclass();
|
||||||
};
|
};
|
||||||
|
|
||||||
util.htmlEscape = function(str) {
|
|
||||||
if (!str) {
|
|
||||||
return str;
|
|
||||||
}
|
|
||||||
return str
|
|
||||||
.replace(/&/g, '&')
|
|
||||||
.replace(/</g, '<')
|
|
||||||
.replace(/>/g, '>');
|
|
||||||
};
|
|
||||||
|
|
||||||
util.argsToArray = function(args) {
|
util.argsToArray = function(args) {
|
||||||
var arrayOfArgs = [];
|
var arrayOfArgs = [];
|
||||||
for (var i = 0; i < args.length; i++) {
|
for (var i = 0; i < args.length; i++) {
|
||||||
@@ -1389,6 +1379,9 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
resources.customAsyncMatchers = j$.util.clone(
|
resources.customAsyncMatchers = j$.util.clone(
|
||||||
runnableResources[parentRunnableId].customAsyncMatchers
|
runnableResources[parentRunnableId].customAsyncMatchers
|
||||||
);
|
);
|
||||||
|
resources.customObjectFormatters = j$.util.clone(
|
||||||
|
runnableResources[parentRunnableId].customObjectFormatters
|
||||||
|
);
|
||||||
resources.defaultStrategyFn =
|
resources.defaultStrategyFn =
|
||||||
runnableResources[parentRunnableId].defaultStrategyFn;
|
runnableResources[parentRunnableId].defaultStrategyFn;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2008-2020 Pivotal Labs
|
Copyright (c) 2008-2021 Pivotal Labs
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
Reference in New Issue
Block a user