Skip to content

Commit 05a6dd2

Browse files
committed
fixed add
1 parent 299c9c1 commit 05a6dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/Modules/Add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
let that: T[] = this;
33

44
if (object != null) {
5-
if (generateId == true) {
5+
if (generateId === true) {
66
let newIndex: number;
77

88
let castedObject: Linq4JS.GeneratedEntity = object as any;

0 commit comments

Comments
 (0)