Skip to content

Commit 105cea8

Browse files
committed
afterUpdate: add links to parameters
1 parent 0f1d8ab commit 105cea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mapael.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@
11491149
}
11501150
});
11511151
}
1152-
if (opt.afterUpdate) opt.afterUpdate(self.$container, self.paper, self.areas, self.plots, self.options);
1152+
if (opt.afterUpdate) opt.afterUpdate(self.$container, self.paper, self.areas, self.plots, self.options, self.links);
11531153
},
11541154

11551155
/*

0 commit comments

Comments
 (0)