Skip to content

Commit

Permalink
chore(loader): fix reference to infragistics.ext_collectionsExtended.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dkamburov committed Nov 21, 2022
1 parent 422e120 commit 335e530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/infragistics.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ $.ig.dependencies = [
group: $.ig.loaderClass.locale.dvGroup,
dependency: [ { name: "_ig_ext_collections" } ],
internal: true,
scripts: [ "$path$/modules/infragistics.ext_collectionsextended.js" ]
scripts: [ "$path$/modules/infragistics.ext_collectionsExtended.js" ]
},
{
widget: "_ig_ext_text",
Expand Down

0 comments on commit 335e530

Please sign in to comment.