
|
If you were logged in you would be able to see more operations.
|
|
|
|
private function addInvocation (event:ServiceEvent) : void {
if (counter == 0) {
switchUI(false);
}
counter++;
}
}
|
|
Description
|
private function addInvocation (event:ServiceEvent) : void {
if (counter == 0) {
switchUI(false);
}
counter++;
}
} |
Show » |
|
Implementation should be like this....
private function addInvocation (event:ServiceEvent) : void {
if (counter == 0) {
switchUI(false);
}
counter++;
}