YnJin1010 / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

bugfix: CanvasLayerOptions.paneName causes runtime error. #260

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Specifying the paneName on the options object passed to CanvasLayer will cause 
the CanvasLayer instance to throw a runtime error.

CanvasLayer.setOptions calls a non-existent function 'setPane'. It is obvious 
the author intended to call 'setPaneName'

Original issue reported on code.google.com by james.ta...@jrtechnical.com on 17 Jun 2013 at 11:21

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r445.

Original comment by brett.mc...@gmail.com on 12 Sep 2013 at 5:44