Skip to content

Commit

Permalink
add license info
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBoy committed Apr 27, 2016
1 parent e30df41 commit b835c4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ wechatObj.setMomentConfig({
```
You can also access the original wechat object `wx` from `window.wx` or from `wechatObj.wx` to call other apis.
Also you can update the sign config if it fails, pass the new must has configs to `wechatObj.updateConfig(newSignatureConfig)`, and then call `wechatObj.signSignature()` to resign the signature.

### LICENSE

MIT
5 changes: 5 additions & 0 deletions client.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license MIT
* client side js to use wechat jssdk,
* https://github.com/JasonBoy/wechat-jssdk
*/

;!(function(window, document, location) {
var _script_url = location.protocol + '//res.wx.qq.com/open/js/jweixin-1.0.0.js';
Expand Down

0 comments on commit b835c4b

Please sign in to comment.