Unresolved function or method getRectangle()
rtarnec opened this issue · 2 comments
rtarnec commented
Hi, thanks for sharing your code.
I get an error at line 54 of coordinatesHelper.js with getRectangle that is not defined.
Do you have an idea how to solve that?
TIA
sshniro commented
The fix has been committed. Please do have a look.
rtarnec commented
Thanks for the update. It works now, you just have to add
return finalArray;
at the end of the mergeNearByWords
function.