fix: typo in variable

This commit is contained in:
alistair3149 2022-10-21 23:10:38 -04:00
parent 57257cd1ba
commit 852256a75d
No known key found for this signature in database

View file

@ -89,10 +89,10 @@ function initTabber( tabber, count ) {
// Measure the size of the clone
switch ( type ) {
case 'width':
value = element.offsetWidth;
value = clone.offsetWidth;
break;
case 'height':
value = element.offsetHeight;
value = clone.offsetHeight;
break;
}
// Remove the cloned element