weex-gcanvas
Advanced tools
Comparing version 0.5.46 to 0.5.47
@@ -120,3 +120,3 @@ /** | ||
//----------------------------- | ||
GLog.d('gcanvas#=====>>>version: 0.5.44'); | ||
GLog.d('gcanvas#=====>>>version: 0.5.47'); | ||
@@ -126,3 +126,5 @@ GCanvas.start = function(el){ | ||
if( weex.supports('@weex-module/userTrack') ) | ||
if( (typeof weex!=='undefined' && weex.supports && weex.supports('@weex-module/userTrack')) || | ||
(__weex_module_supports__ && __weex_module_supports__('@weex-module/userTrack')) ) | ||
{ | ||
@@ -129,0 +131,0 @@ try { |
{ | ||
"name": "weex-gcanvas", | ||
"version": "0.5.46", | ||
"version": "0.5.47", | ||
"main":"gcanvas.js", | ||
@@ -5,0 +5,0 @@ "platform": [ |
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
207347
15
5653