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

typescript throttle function definition is wrong

1 Answer 204 Views
Effects
This is a migrated thread and some comments may be shown as answers.
Pascal
Top achievements
Rank 1
Pascal asked on 25 Oct 2016, 11:24 AM

Hello,

we noticed that in R3 2016 (UI for ASP.NET MVC R3 2016) the typescript definition files (d.ts) are not shipped with a correct definition for the kendo.throttle function.

Its defined as

function throttle(fn: Function, timeout: number): void;

 

while it should be

function throttle(fn: Function, timeout: number): Function;

 

Regards,

1 Answer, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 27 Oct 2016, 09:07 AM
Hello Pascal,

Thank you for reporting this, it has been fixed and will be available in the first internal build after the service pack.

Regards,
Alex Gyoshev
Telerik by Progress
 
Build rich, delightful, *native* Angular 2 apps with Kendo UI for Angular 2. Try it out today! Kendo UI for Angular 2 (currently in beta) is a jQuery-free toolset, written in TypeScript, designed from the ground up to offer true, native Angular 2 components.
 
Tags
Effects
Asked by
Pascal
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or