Skip to content

Commit 83f7ffa

Browse files
committed
chore(*): fixing small issue in var
1 parent 1e0020c commit 83f7ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/modules/infragistics.ui.combo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5130,7 +5130,7 @@
51305130
lod = this.options.loadOnDemandSettings,
51315131
options = this.options,
51325132
isStringDataSource = $.ig.util.getType(options.dataSource) === "string",
5133-
url = options.dataSourceUrl;
5133+
url = options.dataSourceUrl,
51345134
dataSourceType = $.ig.util.getType(options.dataSource);
51355135

51365136
// Set the data source that should be used

0 commit comments

Comments
 (0)