Merge branch 'jsdoc-validation' of https://github.com/FelixRilling/jasmine into FelixRilling-jsdoc-validation

- Merges #1667 from @FelixRilling
This commit is contained in:
Gregg Van Hove
2019-03-11 17:37:43 -07:00
+1 -1
View File
@@ -66,7 +66,7 @@ getJasmineRequireObj().Clock = function() {
* The clock will be {@link Clock#install|install}ed before the function is called and {@link Clock#uninstall|uninstall}ed in a `finally` after the function completes. * The clock will be {@link Clock#install|install}ed before the function is called and {@link Clock#uninstall|uninstall}ed in a `finally` after the function completes.
* @name Clock#withMock * @name Clock#withMock
* @function * @function
* @param {closure} Function The function to be called. * @param {Function} closure The function to be called.
*/ */
self.withMock = function(closure) { self.withMock = function(closure) {
this.install(); this.install();