mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
Fixed the method signature
Thanks to @DanielRosenwasser for pointing out the mistake in my change. This should now be correct.
This commit is contained in:
Vendored
+2
-1
@@ -5408,7 +5408,8 @@ declare namespace kendo.ui {
|
||||
slotByPosition(xPosition: number, yPosition: number): any;
|
||||
slotByElement(element: Element): any;
|
||||
slotByElement(element: JQuery): any;
|
||||
view(type?: string): kendo.ui.SchedulerView;
|
||||
view(): kendo.ui.SchedulerView;
|
||||
view(name: string): void;
|
||||
viewName(): string;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user