Fixed the unused param in the method init_events.
This commit is contained in:
parent
b9000bb285
commit
989cc2cc92
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue