From 005648acd8680ea5c14a7351a93076bafb2201f9 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 1 Jan 2022 10:46:15 -0800 Subject: [PATCH] Built distribution --- lib/jasmine-core/boot.js | 2 +- lib/jasmine-core/boot0.js | 2 +- lib/jasmine-core/boot1.js | 2 +- lib/jasmine-core/jasmine-html.js | 2 +- lib/jasmine-core/jasmine.js | 17 +++++++++-------- lib/jasmine-core/node_boot.js | 2 +- 6 files changed, 14 insertions(+), 13 deletions(-) diff --git a/lib/jasmine-core/boot.js b/lib/jasmine-core/boot.js index dffc7622..0fa3379e 100644 --- a/lib/jasmine-core/boot.js +++ b/lib/jasmine-core/boot.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2021 Pivotal Labs +Copyright (c) 2008-2022 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/lib/jasmine-core/boot0.js b/lib/jasmine-core/boot0.js index 1bfa4193..1f7ffd1d 100644 --- a/lib/jasmine-core/boot0.js +++ b/lib/jasmine-core/boot0.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2021 Pivotal Labs +Copyright (c) 2008-2022 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/lib/jasmine-core/boot1.js b/lib/jasmine-core/boot1.js index ef94b196..d5a22151 100644 --- a/lib/jasmine-core/boot1.js +++ b/lib/jasmine-core/boot1.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2021 Pivotal Labs +Copyright (c) 2008-2022 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/lib/jasmine-core/jasmine-html.js b/lib/jasmine-core/jasmine-html.js index 2eb408cf..2d55148c 100644 --- a/lib/jasmine-core/jasmine-html.js +++ b/lib/jasmine-core/jasmine-html.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2021 Pivotal Labs +Copyright (c) 2008-2022 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 72130a80..703194d5 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2021 Pivotal Labs +Copyright (c) 2008-2022 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -3883,13 +3883,14 @@ getJasmineRequireObj().DelayedFunctionScheduler = function(j$) { self.tick = function(millis, tickDate) { if (ticking) { - j$.getEnv().deprecated('The behavior of reentrant calls to ' + - 'jasmine.clock().tick() will change in a future version. Either ' + - 'modify the affected spec to not call tick() from within a ' + - 'setTimeout or setInterval handler, or be aware that it may ' + - 'behave differently in the future. See ' + - ' ' + - 'for details.'); + j$.getEnv().deprecated( + 'The behavior of reentrant calls to jasmine.clock().tick() will ' + + 'change in a future version. Either modify the affected spec to ' + + 'not call tick() from within a setTimeout or setInterval handler, ' + + 'or be aware that it may behave differently in the future. See ' + + ' ' + + 'for details.' + ); } ticking = true; diff --git a/lib/jasmine-core/node_boot.js b/lib/jasmine-core/node_boot.js index 4016e3b8..e0a8acee 100644 --- a/lib/jasmine-core/node_boot.js +++ b/lib/jasmine-core/node_boot.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2021 Pivotal Labs +Copyright (c) 2008-2022 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the