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

Culture files in v2016.1.112 have a bad UMD wrapper

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 2
Sean asked on 18 Jan 2016, 02:03 PM

I know there are threads about the main JS files having bad UMD wrappers, but the cultures have a different issue.

 

Prior to v2016.1.112, there weren't any dependencies on kendo.core in the culture files. They've been added as below, and are looking for kendo.core in the current path.

(function(f){
    if (typeof define === 'function' && define.amd) {
        define([ "./kendo.core" ], f);
    } else {
        f();
    }
}

Obviously, kendo.core isn't in the same path as the culture files, so RequireJS fails to load the file.

 

Could a fix for this please be rolled into the same release that is presumably coming very soon?

 

Regards,

Sean.

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 19 Jan 2016, 02:59 PM
Hello,

I can confirm the problem, unfortunately the fix (already applied) did not make it in the latest internal. We will publish a new internal build this week, though.

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