Skip to content

Commit 281c8e2

Browse files
committed
chore(*): fixing lint error
1 parent c36fa30 commit 281c8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/modules/infragistics.util.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,6 @@
13221322
if (value === null) return "null";
13231323
if (value === undefined) return "undefined";
13241324
return Object.prototype.toString.call(value).slice(8, -1).toLowerCase();
1325-
}
1325+
};
13261326

13271327
}));// REMOVE_FROM_COMBINED_FILES

0 commit comments

Comments
 (0)