Skip to content

Commit

Permalink
Merge pull request #2000 from IgniteUI/dkamburov/fix-1982-19.1
Browse files Browse the repository at this point in the history
fix(loader): Add _ig_dv_visualdata dependency for igLinearGauge #1982
  • Loading branch information
mpavlinov authored Sep 12, 2019
2 parents 280d196 + ddacc99 commit f394cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/infragistics.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ $.ig.dependencies = [
{ name: "_ig_dv_geometry" },
{ name: "_ig_dv_jquerydom" },
{ name: "_ig_dv_interactivity" },
{ name: "_ig_dv_visualdata" },
{ name: "igWidget" }
],
scripts: [
Expand Down

0 comments on commit f394cfc

Please sign in to comment.