Skip to content

Commit 9fb55ff

Browse files
committed
Marker setAnimation fix
1 parent adb6396 commit 9fb55ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

www/googlemaps-cdv-plugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,8 @@ Marker.prototype.getHashCode = function() {
13611361
};
13621362

13631363
Marker.prototype.setAnimation = function(animation, callback) {
1364+
var self = this;
1365+
13641366
animation = animation || null;
13651367
if (!animation) {
13661368
return;

0 commit comments

Comments
 (0)