Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "ctu-mlib", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,3 +27,3 @@ /** | ||
dataType: 'json', | ||
success: (config) => { | ||
success: function(config) { | ||
config.jsApiList = [ | ||
@@ -34,3 +34,3 @@ 'onMenuShareAppMessage', | ||
wx.config(config) | ||
wx.ready(() => { | ||
wx.ready(function(){ | ||
wx.onMenuShareTimeline(options) | ||
@@ -37,0 +37,0 @@ wx.onMenuShareAppMessage(options) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100172