This is a migrated thread and some comments may be shown as answers.

TypeScript definition error for Splitter

2 Answers 53 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 02 Jul 2014, 04:24 PM
If this isn't the appropriate place for reporting these errors, please let me know.

I noticed that in kendo.all.d.ts there is at least one error for the Splitter definition.

Instead of

        insertBefore(config: any, referencePane: string): void;
        insertBefore(config: any, referencePane: Element): void;
        insertBefore(config: any, referencePane: JQuery): void;

it should be

        insertBefore(config: any, referencePane: string): JQuery;
        insertBefore(config: any, referencePane: Element): JQuery;
        insertBefore(config: any, referencePane: JQuery): JQuery;

Thanks!

2 Answers, 1 is accepted

Sort by
0
Jon
Top achievements
Rank 1
answered on 02 Jul 2014, 04:26 PM
This error is in 2014.1.528 as well as 2014.2.625.beta.

Thanks!
0
Petyo
Telerik team
answered on 07 Jul 2014, 06:39 AM
Hi Jonathan,

Thank you very much for your report. We will update the script and the documentation accordingly for our final release. I am updating your Telerik points.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Splitter
Asked by
Jon
Top achievements
Rank 1
Answers by
Jon
Top achievements
Rank 1
Petyo
Telerik team
Share this question
or