Fixed the unused param in the method init_events.

This commit is contained in:
mdtrooper 2016-04-04 13:45:13 +02:00
parent b9000bb285
commit 989cc2cc92
1 changed files with 1 additions and 1 deletions

View File

@ -1330,7 +1330,7 @@ MapController.prototype.resize_node = function(item, handler, delta_x, delta_y)
* Return boolean * Return boolean
* This function init click events in the map * This function init click events in the map
*/ */
MapController.prototype.init_events = function(principalObject) { MapController.prototype.init_events = function() {
var self = this; var self = this;
d3.select("body") d3.select("body")