Skip to content

Commit

Permalink
Merge pull request #2212 from IgniteUI/dkamburov/fix-274807-22.1
Browse files Browse the repository at this point in the history
chore(loader): fix reference to infragistics.ext_collectionsExtended.js
  • Loading branch information
dkamburov authored Nov 28, 2022
2 parents 422e120 + 335e530 commit b00e20a
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 b00e20a

Please sign in to comment.