AS3: Better imports, uses

Formatting code
This commit is contained in:
Jindra Petk
2013-01-01 14:03:50 +01:00
parent e018eb96a3
commit 4fd93d3e57
24 changed files with 166 additions and 87 deletions

View File

@@ -149,7 +149,7 @@ public class Main {
if (actionMainFrame != null) {
actionMainFrame.setStatus(name);
}
if(loadingDialog!=null){
if (loadingDialog != null) {
loadingDialog.setDetail(name);
}
if (Main.isCommandLineMode()) {
@@ -165,7 +165,7 @@ public class Main {
if (actionMainFrame != null) {
actionMainFrame.setStatus("");
}
if(loadingDialog!=null){
if (loadingDialog != null) {
loadingDialog.setDetail("");
}
}