Removed constructors from jsdocs of classes that aren't user-constructable
This commit is contained in:
@@ -13,9 +13,11 @@ getJasmineRequireObj().Spy = function(j$) {
|
||||
});
|
||||
|
||||
/**
|
||||
* _Note:_ Do not construct this directly, use {@link spyOn}, {@link spyOnProperty}, {@link jasmine.createSpy}, or {@link jasmine.createSpyObj}
|
||||
* @constructor
|
||||
* @name Spy
|
||||
* @classdesc _Note:_ Do not construct this directly. Use {@link spyOn},
|
||||
* {@link spyOnProperty}, {@link jasmine.createSpy}, or
|
||||
* {@link jasmine.createSpyObj} instead.
|
||||
* @class Spy
|
||||
* @hideconstructor
|
||||
*/
|
||||
function Spy(
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user