Skip to content

Uncaught TypeError: Cannot read property 'get' of undefined #270

@jmsobe

Description

@jmsobe

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'));`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions