asn10038/WYA

Assigned a value to a variable in the while condition instead of comparing them

Opened this issue · 0 comments

In WYA-master/js/gmaps.js line 164, Assigned a value to a variable in the while condition instead of comparing them. obj = obj.offsetParent could've been called in the while loop body instead of inside of the while condition.