Explanation of code

What do the two …: mean?

[FONT=Courier New]


if (_framesloaded) {
 ..:DecalDone = 1;
 stop();
} else {
 gotoAndPlay(1);
}

[/FONT]