cybersthang / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

Mapsicle getLocations() function is incorrect #163

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In mapsicle.js, change:

Mapsicle.prototype.getLocations = function () {
  return this.locations();
};

to

Mapsicle.prototype.getLocations = function () {
  return this.locations;
};

Notice the lack of parens after this.locations.

Original issue reported on code.google.com by chimpath...@gmail.com on 25 Nov 2009 at 6:21

GoogleCodeExporter commented 8 years ago
Fixed (hopefully) in trunk.

Original comment by stephend@gmail.com on 30 Nov 2009 at 2:35

GoogleCodeExporter commented 8 years ago

Original comment by stephend@gmail.com on 13 Dec 2009 at 10:22

GoogleCodeExporter commented 8 years ago

Original comment by stephend@gmail.com on 17 Dec 2009 at 1:07

GoogleCodeExporter commented 8 years ago

Original comment by stephend@gmail.com on 4 Jan 2010 at 9:14