Skip to content

Commit

Permalink
Merge pull request #1296 from IgniteUI/loader_fixes
Browse files Browse the repository at this point in the history
Adding the dependencies for the infragistics.olap.js file.
  • Loading branch information
mpavlinov authored Oct 6, 2017
2 parents a6f393e + ea12470 commit fc8b02b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/js/infragistics.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,11 @@ $.ig.dependencies = [
},
{
widget: "_igOlap",
dependency: [ { name: "igUtil" } ],
dependency: [
{ name: "igUtil" },
{ name: "_ig_ext_collections_extended" },
{ name: "_ig_ext_threading" }
],
scripts: [ "$path$/modules/infragistics.olap.js" ],
group: $.ig.loaderClass.locale.frameworkGroup,
internal: true,
Expand Down

0 comments on commit fc8b02b

Please sign in to comment.