Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
new Instance params fixed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsijie committed Sep 22, 2018
1 parent 24ee0e0 commit e1fa69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pomelo-weixin-client",
"version": "1.7.0",
"version": "1.7.1",
"description": "pomelo微信小程序客户端",
"main": "index.js",
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/Pomelo.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ module.exports = class Pomelo extends EventEmitter {
newInstance() {
return new Pomelo({
wsCreator: this.wsCreator,
wsCreatorWeb: this.wsCreatorWeb,
urlGenerator: this.urlGenerator
});
}
Expand Down

0 comments on commit e1fa69d

Please sign in to comment.