Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Line 267 of mx.modules.ModuleLoader
2. Unused var wasLoaded:Boolean = false;
Actual Results:
Unused var wasLoaded
Expected Results:
Not to be used.
However having that property as a class property would be very useful, and perhaps this was the original intention. It would be good if this could be added as a Bindable property so it's easy to see if a module is loaded.
Workaround (if any):
NA