You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting occasional JS error using URL params regarding the Current Marker Id. Uncaught TypeError: Cannot read property 'get' of undefined. Any ideas why this is occurring? In this case there is one record being returned by the result
` * @param currentMarker {Object} Google Maps marker
* @param storeStart {number} optional first location on the current page
* @param page {number} optional current page
*
* @returns {Object} extended location data object
*/
_defineLocationData: function (currentMarker, storeStart, page) {
this.writeDebug('_defineLocationData',arguments);
var indicator = '';
this._createLocationVariables(currentMarker.get('id'));`
The text was updated successfully, but these errors were encountered:
Getting occasional JS error using URL params regarding the Current Marker Id. Uncaught TypeError: Cannot read property 'get' of undefined. Any ideas why this is occurring?
In this case there is one record being returned by the result
The text was updated successfully, but these errors were encountered: