mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
feature(cloudfunc) removeListener: add return this
This commit is contained in:
parent
da9d520f7f
commit
67438d3bbf
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,8 @@ var Util;
|
|||
|
||||
return listener;
|
||||
});
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue