mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Some changes
This commit is contained in:
parent
ddbc922fad
commit
62a37ebbf8
@ -409,12 +409,11 @@ NetworkmapController.prototype.paint_arrows = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function arrow_by_pieces
|
* Function arrow_by_pieces_AMMA
|
||||||
* Return void
|
* Return void
|
||||||
* This function print the arrow by pieces (3 steps)
|
* This function print the arrow by pieces (3 steps)
|
||||||
*/
|
*/
|
||||||
function arrow_by_pieces_AMMA(target, arrow_data, wait) {
|
function arrow_by_pieces_AMMA(target, arrow_data, wait) {
|
||||||
|
|
||||||
if (typeof(wait) === "undefined")
|
if (typeof(wait) === "undefined")
|
||||||
wait = 1;
|
wait = 1;
|
||||||
|
|
||||||
@ -619,5 +618,10 @@ function arrow_by_pieces_AMMA(target, arrow_data, wait) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Function arrow_by_pieces_AMA
|
||||||
|
* Return void
|
||||||
|
* This function print the arrow by pieces (3 steps)
|
||||||
|
*/
|
||||||
function arrow_by_pieces_AMA(target, arrow_data) {
|
function arrow_by_pieces_AMA(target, arrow_data) {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user