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

inconsistencies between definition file and the js file

1 Answer 32 Views
SideDrawer
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Louis
Top achievements
Rank 1
Louis asked on 11 May 2016, 03:58 AM

yamazaki:~/midtown/node_modules/nativescript-telerik-ui-pro$ ag toggleDrawer
sidedrawer/index.d.ts
68:    public toggleDrawerOpenState(): void;

sidedrawer/sidedrawer-common.js
160:    RadSideDrawer.prototype.toggleDrawerState = function () {

 

the definition file defines `toggleDrawerOpenState`, while the function name in js is `toggleDrawerState`

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Deyan
Telerik team
answered on 11 May 2016, 07:17 AM
Hello Louis,

Thanks for contacting us.

Indeed, there's a mismatch between the index.d.ts and the actual API. We have addressed this in our internal codebase. The fix will be available in our next update.

I have added 500 Points to your account for reporting this.

Regards,
Deyan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
SideDrawer
Asked by
Louis
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or