Built distribution

This commit is contained in:
Steve Gravrock
2021-03-13 13:52:10 -08:00
parent 76f34e90dc
commit 324bc201c2
4 changed files with 7 additions and 14 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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
+4 -11
View File
@@ -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, '&lt;')
.replace(/>/g, '&gt;');
};
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 -1
View File
@@ -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