Skip to content

Commit b00e20a

Browse files
authored
Merge pull request #2212 from IgniteUI/dkamburov/fix-274807-22.1
chore(loader): fix reference to infragistics.ext_collectionsExtended.js
2 parents 422e120 + 335e530 commit b00e20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/infragistics.loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ $.ig.dependencies = [
267267
group: $.ig.loaderClass.locale.dvGroup,
268268
dependency: [ { name: "_ig_ext_collections" } ],
269269
internal: true,
270-
scripts: [ "$path$/modules/infragistics.ext_collectionsextended.js" ]
270+
scripts: [ "$path$/modules/infragistics.ext_collectionsExtended.js" ]
271271
},
272272
{
273273
widget: "_ig_ext_text",

0 commit comments

Comments
 (0)