@antv/g-mobile
Advanced tools
Comparing version 0.0.1-beta.15 to 0.0.1-beta.16
@@ -48,2 +48,5 @@ /*** | ||
return 1; | ||
if (typeof obj[prop] === 'function') { | ||
return obj[prop].bind(obj); | ||
} | ||
return obj[prop]; | ||
@@ -50,0 +53,0 @@ }; |
@@ -50,2 +50,5 @@ "use strict"; | ||
return 1; | ||
if (typeof obj[prop] === 'function') { | ||
return obj[prop].bind(obj); | ||
} | ||
return obj[prop]; | ||
@@ -52,0 +55,0 @@ }; |
{ | ||
"name": "@antv/g-mobile", | ||
"version": "0.0.1-beta.15", | ||
"version": "0.0.1-beta.16", | ||
"description": "A mobile canvas library which providing 2d", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -46,4 +46,7 @@ /*** | ||
if (prop === 'globalAlpha' && obj[prop] === undefined) return 1; | ||
if (typeof obj[prop] === 'function') { | ||
return obj[prop].bind(obj); | ||
} | ||
return obj[prop]; | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1965879
13171