Skip to content

Commit

Permalink
fix call function
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaj committed Dec 3, 2015
1 parent 25ae924 commit cd7dc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-side/googleMapAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ GoogleMap.prototype = {
base.map.fitBounds(base.boundsProperty);
}
};
fn[functionName];
fn[functionName]();
}
},

Expand Down

0 comments on commit cd7dc79

Please sign in to comment.