Built distribution
This commit is contained in:
@@ -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
|
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-2021 Pivotal Labs
|
Copyright (c) 2008-2022 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-2021 Pivotal Labs
|
Copyright (c) 2008-2022 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-2021 Pivotal Labs
|
Copyright (c) 2008-2022 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-2021 Pivotal Labs
|
Copyright (c) 2008-2022 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
|
||||||
@@ -3883,13 +3883,14 @@ getJasmineRequireObj().DelayedFunctionScheduler = function(j$) {
|
|||||||
|
|
||||||
self.tick = function(millis, tickDate) {
|
self.tick = function(millis, tickDate) {
|
||||||
if (ticking) {
|
if (ticking) {
|
||||||
j$.getEnv().deprecated('The behavior of reentrant calls to ' +
|
j$.getEnv().deprecated(
|
||||||
'jasmine.clock().tick() will change in a future version. Either ' +
|
'The behavior of reentrant calls to jasmine.clock().tick() will ' +
|
||||||
'modify the affected spec to not call tick() from within a ' +
|
'change in a future version. Either modify the affected spec to ' +
|
||||||
'setTimeout or setInterval handler, or be aware that it may ' +
|
'not call tick() from within a setTimeout or setInterval handler, ' +
|
||||||
'behave differently in the future. See ' +
|
'or be aware that it may behave differently in the future. See ' +
|
||||||
'<https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0#deprecations-due-to-reentrant-calls-to-jasmine-clock-tick> ' +
|
'<https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0#deprecations-due-to-reentrant-calls-to-jasmine-clock-tick> ' +
|
||||||
'for details.');
|
'for details.'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
ticking = true;
|
ticking = true;
|
||||||
|
|||||||
@@ -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
|
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