cross-mp-power
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -413,3 +413,3 @@ const memoize = (func)=>{ | ||
timer = setTimeout(()=>{ | ||
reject(new Error('timeout')); | ||
reject(new Error(`boundingClientRect {${selector}} timeout`)); | ||
}, timeout); | ||
@@ -427,3 +427,3 @@ } | ||
clearTimeout(timer); | ||
reject(new Error('not result')); | ||
reject(new Error(`boundingClientRect {${selector}} not result`)); | ||
return; | ||
@@ -430,0 +430,0 @@ } |
{ | ||
"name": "cross-mp-power", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "跨平台小程序能力封装", | ||
@@ -5,0 +5,0 @@ "main": "esm/index.js", |
Sorry, the diff of this file is not supported yet
56487