Skip to content
Snippets Groups Projects
Commit 78235048 authored by Brandon Bergren's avatar Brandon Bergren
Browse files

Pass along params.

parent 7ecd4423
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,9 @@ Drupal.gmap.addHandler('gmap', function (elem) {
$.each(style, function (i, n) {
cargs.push(n);
});
if (shape.opts) {
cargs.push(shape.opts);
}
var Pg = function (args) {
GPolygon.apply(this, args);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment