From a7093d33bb8900e37bcd4dc5908c7067b5003d5b Mon Sep 17 00:00:00 2001 From: Alex Kwan Date: Mon, 15 Feb 2016 20:14:50 +0800 Subject: [PATCH 1/5] fix multiple include --- .DS_Store | Bin 0 -> 6148 bytes src/RestQuery.js | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..942763772fff983b6f5e286a29ac4d1597536a1d GIT binary patch literal 6148 zcmeHK%Wl&^6g@*MHMB+TlBJidBJl?%jawo?i<+<}k2Y#+;;JnOcK!@LiVxs#%DHz2 zG2^%_s|wvK%^Z7t&fK{ti6;ZV4Zkd31N#8_Y=YS~yN;0O(l+8*7!k44InGew28(f3 zFE-dVU=ElAPt5`U0vKS98C&%Gomcgoi>Z>%9R`DaMqQ`nKux_!WhM2XB z1H8o>9ODQj-r z5#FbHr7G8ts@mcj$IM+a*92vY&FT{NE}fn+&lUR>Km7-?NOg&B3m@poRI^MmNwYXs zldzxDgOdCa-V;0O*DAh6Rb;IGn(NV>B>jfDnAamO>^FZ|y4nub@^(?p>$>7rWg!j( zBlo7sS8I8 z=j9yF1Fs0!c=U3(aQJW`vkNB_r`b7wu5`G0){ + this.include = this.include.slice(1); + return this.handleInclude(); } + return pathResponse; }; From c5efcac8e0ee24127bcfd5e7893ace615e5f5aee Mon Sep 17 00:00:00 2001 From: Alex Kwan Date: Wed, 17 Feb 2016 12:53:17 +0800 Subject: [PATCH 2/5] fix spacing --- src/RestQuery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RestQuery.js b/src/RestQuery.js index c61b9d6939..3dfad0f095 100644 --- a/src/RestQuery.js +++ b/src/RestQuery.js @@ -377,7 +377,7 @@ RestQuery.prototype.handleInclude = function() { this.include = this.include.slice(1); return this.handleInclude(); }); - }else if(this.include.length >0){ + }else if (this.include.length >0){ this.include = this.include.slice(1); return this.handleInclude(); } From 317a2fe56fd8acfbe208bbe27f56dac8b5b1d44c Mon Sep 17 00:00:00 2001 From: Alex Kwan Date: Wed, 17 Feb 2016 13:13:20 +0800 Subject: [PATCH 3/5] fix spacing again --- src/RestQuery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RestQuery.js b/src/RestQuery.js index 3dfad0f095..710c25d8a5 100644 --- a/src/RestQuery.js +++ b/src/RestQuery.js @@ -377,7 +377,7 @@ RestQuery.prototype.handleInclude = function() { this.include = this.include.slice(1); return this.handleInclude(); }); - }else if (this.include.length >0){ + }else if (this.include.length > 0){ this.include = this.include.slice(1); return this.handleInclude(); } From 7b891bd69c14ca936f2edc9a5119ef96a54171d8 Mon Sep 17 00:00:00 2001 From: Alex Kwan Date: Wed, 17 Feb 2016 13:14:20 +0800 Subject: [PATCH 4/5] fix spacing againn --- src/RestQuery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RestQuery.js b/src/RestQuery.js index 710c25d8a5..b5bec1fbb6 100644 --- a/src/RestQuery.js +++ b/src/RestQuery.js @@ -377,7 +377,7 @@ RestQuery.prototype.handleInclude = function() { this.include = this.include.slice(1); return this.handleInclude(); }); - }else if (this.include.length > 0){ + } else if (this.include.length > 0) { this.include = this.include.slice(1); return this.handleInclude(); } From 32bb1bddafae61c0195815a69ce669d582f46a51 Mon Sep 17 00:00:00 2001 From: Alex Kwan Date: Wed, 17 Feb 2016 16:14:41 +0800 Subject: [PATCH 5/5] removed .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 942763772fff983b6f5e286a29ac4d1597536a1d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%Wl&^6g@*MHMB+TlBJidBJl?%jawo?i<+<}k2Y#+;;JnOcK!@LiVxs#%DHz2 zG2^%_s|wvK%^Z7t&fK{ti6;ZV4Zkd31N#8_Y=YS~yN;0O(l+8*7!k44InGew28(f3 zFE-dVU=ElAPt5`U0vKS98C&%Gomcgoi>Z>%9R`DaMqQ`nKux_!WhM2XB z1H8o>9ODQj-r z5#FbHr7G8ts@mcj$IM+a*92vY&FT{NE}fn+&lUR>Km7-?NOg&B3m@poRI^MmNwYXs zldzxDgOdCa-V;0O*DAh6Rb;IGn(NV>B>jfDnAamO>^FZ|y4nub@^(?p>$>7rWg!j( zBlo7sS8I8 z=j9yF1Fs0!c=U3(aQJW`vkNB_r`b7wu5`G