weex-gcanvas
Advanced tools
Comparing version 0.5.40 to 0.5.42
@@ -121,3 +121,3 @@ /** | ||
//----------------------------- | ||
GLog.d('gcanvas#=====>>>version: 0.5.40'); | ||
GLog.d('gcanvas#=====>>>version: 0.5.42'); | ||
@@ -124,0 +124,0 @@ GCanvas.start = function(el){ |
@@ -1127,3 +1127,4 @@ var GBridge = require("./gutil").GBridge; | ||
var cmd = (this.getProgramParameterId + programId + "," + pname + ";"); | ||
return WebGLCallNative(this.componentId, cmd); | ||
var resultString = WebGLCallNative(this.componentId, cmd); | ||
return GetRetrunResultByString(resultString); | ||
}; | ||
@@ -1130,0 +1131,0 @@ |
{ | ||
"name": "weex-gcanvas", | ||
"version": "0.5.40", | ||
"version": "0.5.42", | ||
"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
240694
6591