Jasmine-jQuery: toBeDisabled and toBeFocused shouldn't have parameters

This commit is contained in:
gstamac
2013-08-22 13:17:13 +02:00
parent ecdc9e3812
commit 057e3ada15
+2 -2
View File
@@ -98,8 +98,8 @@ declare module jasmine {
toBe(selector: JQuery): boolean;
toContain(selector: JQuery): boolean;
toBeMatchedBy(selector: JQuery): boolean;
toBeDisabled(selector: JQuery): boolean;
toBeFocused(selector: JQuery): boolean;
toBeDisabled(): boolean;
toBeFocused(): boolean;
toHandle(event): boolean;
toHandleWith(eventName: string, eventHandler): boolean;