We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299c9c1 commit 05a6dd2Copy full SHA for 05a6dd2
dev/Modules/Add.ts
@@ -2,7 +2,7 @@
2
let that: T[] = this;
3
4
if (object != null) {
5
- if (generateId == true) {
+ if (generateId === true) {
6
let newIndex: number;
7
8
let castedObject: Linq4JS.GeneratedEntity = object as any;
0 commit comments