weex-gcanvas
Advanced tools
Comparing version 0.5.36 to 0.5.38
@@ -32,2 +32,3 @@ /** | ||
var htmlPlugin = require("./index"); | ||
var WeexUtils = require('@ali/WeexUtils') | ||
@@ -121,3 +122,3 @@ | ||
//----------------------------- | ||
GLog.d('gcanvas#=====>>>version: 0.5.36'); | ||
GLog.d('gcanvas#=====>>>version: 0.5.38'); | ||
@@ -127,2 +128,4 @@ GCanvas.start = function(el){ | ||
WeexUtils.tracker.goldlog('/gcanvas.gcanvasweex.start', 'EXP', '', 'H1482419031'); | ||
if (typeof WXEnvironment === 'object' && /ios/i.test(WXEnvironment.platform)) { | ||
@@ -129,0 +132,0 @@ GCanvasPlatform = 1; |
@@ -704,3 +704,3 @@ var GBridge = require("./gutil").GBridge; | ||
{ | ||
var appName = weex.config.env.appName; | ||
var appName = weex.config.env.appName.toUpperCase(); | ||
var appVersion = weex.config.env.appVersion; | ||
@@ -707,0 +707,0 @@ if( (appName == "TB") && versionLessThen(appVersion, "6.11.2.3") ) //低于6.11.2.3的使用老接口 |
{ | ||
"name": "weex-gcanvas", | ||
"version": "0.5.36", | ||
"version": "0.5.38", | ||
"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
240567
6590