Fixed flipped JSDoc.

This commit is contained in:
Felix Rilling
2019-03-10 11:17:50 +01:00
parent 239a615770
commit b74e0abee1

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.
* @name Clock#withMock
* @function
* @param {closure} Function The function to be called.
* @param {Function} closure The function to be called.
*/
self.withMock = function(closure) {
this.install();