Skip to content

Commit 162e7bd

Browse files
committed
updated readme
1 parent 05a6dd2 commit 162e7bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Linq4JS
1+
# Linq4JS [![Build Status](https://travis-ci.org/morrisjdev/Linq4JS.svg?branch=master)](https://travis-ci.org/morrisjdev/Linq4JS)
22

33
Linq methods for JavaScript/TypeScript for working with Arrays
44

dist/linq4js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ var Linq4JS;
9999
Array.prototype.Add = function (object, generateId) {
100100
var that = this;
101101
if (object != null) {
102-
if (generateId == true) {
102+
if (generateId === true) {
103103
var newIndex_1;
104104
var castedObject = object;
105105
var last = that.LastOrDefault();

0 commit comments

Comments
 (0)