weex-gcanvas
Advanced tools
Comparing version 0.5.48 to 0.5.49
@@ -120,3 +120,3 @@ /** | ||
//----------------------------- | ||
GLog.d('gcanvas#=====>>>version: 0.5.48'); | ||
GLog.d('gcanvas#=====>>>version: 0.5.49'); | ||
@@ -123,0 +123,0 @@ GCanvas.start = function(el){ |
@@ -7,3 +7,4 @@ ///////////////////////////////////////////////////////////////// | ||
var inWeex = typeof callNative !== 'undefined'; | ||
var inWeex = typeof WXEnvironment !== 'undefined'; | ||
var debug = true; | ||
@@ -30,5 +31,6 @@ var platform; | ||
isBrowser: function () { | ||
if(!canvasModule || !canvasModule.getDeviceInfo){ | ||
if(!canvasModule){ | ||
return true | ||
} | ||
return false; | ||
}, | ||
@@ -35,0 +37,0 @@ |
{ | ||
"name": "weex-gcanvas", | ||
"version": "0.5.48", | ||
"version": "0.5.49", | ||
"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
166770
14
4541