febs-browser
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -1463,5 +1463,6 @@ ( function( global, factory ) { | ||
if (typeof ee.getBoundingClientRect === 'function') { | ||
var rect = ee.getBoundingClientRect(); | ||
return { | ||
left: ee.left, | ||
top: ee.top | ||
left: rect.left, | ||
top: rect.top | ||
}; | ||
@@ -1497,2 +1498,4 @@ } | ||
} | ||
return {}; | ||
} | ||
@@ -1499,0 +1502,0 @@ |
@@ -73,3 +73,3 @@ { | ||
"name": "febs-browser", | ||
"version": "0.8.2" | ||
"version": "0.8.3" | ||
} |
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 too big to display
1492562
15463