Conversation
just call addMarker with array position ['auto'] $start = $markers->addMarker(['auto'], Markers::BOUNCE, 'Start');
|
Thanks, but it not works. I try it on linux, Google chrome and Firefox. Everytime i get type error btw. empty lines are because PHPStorm. I wrote it in Netbeans and it lets white spaces in empty lines. Now it's better 👍 |
|
I dont know if it's because of linux, but on windows 10 (chrome, firefox, edge) it works. |
|
I know, it's defined. Probably some issue with scope. I will try debug it today and we will see :) |
|
Finally i had time to investigate thsi problem. Sorry for that long time waiting. And I found it. Unfortunately i have absolutly no idea how it repair. I spend 3 hours with it without any solution. Problem is in markers. Markers are delivered at the end by ajax. And this markers contein original data from I tried: What i don't understand, why It can be seen even at this picture (position has 1 item in array, but when i expand this object i can see 2 items in position array): Any suggestions? |

just call addMarker with array position ['auto']
I dont know why IDE changed some empty line for another, sorry