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:
Michael Aird
2017-05-23 11:23:13 -04:00
committed by GitHub
parent 5003a0b902
commit f7f271b820
+2 -1
View File
@@ -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;
}