| Issue 2063: | Variable Name Collisions when Minifying OverlayView Subclasses | |
| 2 people starred this issue and may be notified of changes. | Back to list |
OverlayView has a number of undocumented prototypes which tend to collide
with variables/prototypes of subclasses when compressed with a program such
as the Google Closure-Compiler.
Since these are undocumented, there is no way to know/avoid using these
names in derived objects.
Example:
function MyOverlay () {
this.l = null; //Collides with undocumented function of
google.maps.OverlayView.
}
MyOverlay.prototype = new google.maps.OverlayView();
Jan 11, 2010
(No comment was entered for this change.)
Status:
FixedNotReleased
Labels: Internal-2330516
Jan 19, 2010
(No comment was entered for this change.)
Status:
Fixed
Labels: Fixed-25 |
|
| ► Sign in to add a comment |
Owner: [email protected]