File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33 - " node"
44before_script :
55 - npm install -g gulp
6- script : gulp test
6+ script :
7+ - gulp minifyJS
8+ - gulp test
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ var Linq4JS;
9999Array . 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 ( ) ;
You can’t perform that action at this time.
0 commit comments