From 67438d3bbf6e055677accc699ca7eaab60d75e07 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 14 May 2014 04:00:24 -0400 Subject: [PATCH] feature(cloudfunc) removeListener: add return this --- lib/cloudfunc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index 5974aa35..c57609f0 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -97,6 +97,8 @@ var Util; return listener; }); + + return this; }; /**