Added missing @since annotations

This commit is contained in:
Steve Gravrock
2021-09-23 13:38:52 -07:00
parent be29aa95eb
commit 1f318c3c93
8 changed files with 38 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ getJasmineRequireObj().Clock = function() {
/**
* @class Clock
* @since 1.3.0
* @classdesc Jasmine's mock clock is used when testing time dependent code.<br>
* _Note:_ Do not construct this directly. You can get the current clock with
* {@link jasmine.clock}.