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 05a6dd2 commit 162e7bdCopy full SHA for 162e7bd
README.md
@@ -1,4 +1,4 @@
1
-# Linq4JS
+# Linq4JS [](https://travis-ci.org/morrisjdev/Linq4JS)
2
3
Linq methods for JavaScript/TypeScript for working with Arrays
4
dist/linq4js.js
@@ -99,7 +99,7 @@ var Linq4JS;
99
Array.prototype.Add = function (object, generateId) {
100
var that = this;
101
if (object != null) {
102
- if (generateId == true) {
+ if (generateId === true) {
103
var newIndex_1;
104
var castedObject = object;
105
var last = that.LastOrDefault();
0 commit comments