refactor: remove unnecessary annotations

This commit is contained in:
Igor Minar
2016-05-25 13:35:30 -07:00
parent cb980d3e43
commit 4dbd8ed6b8
4 changed files with 2 additions and 4 deletions

View File

@ -212,7 +212,6 @@ export class SpyObject {
return object;
}
/** @internal */
_createGuinnessCompatibleSpy(name): GuinessCompatibleSpy {
var newSpy: GuinessCompatibleSpy = <any>jasmine.createSpy(name);
newSpy.andCallFake = <any>newSpy.and.callFake;