- don't display any version number by default. The version number will be set by what's in
config.xml
This commit is contained in:
parent
692a162e74
commit
c0e459e5e2
@ -85,7 +85,7 @@
|
||||
|
||||
// LIVE or PLAYBACK
|
||||
private var _mode:String = 'LIVE';
|
||||
[Bindable] public var appVersion:String = '0.7';
|
||||
[Bindable] public var appVersion:String = ' ';
|
||||
private var localeVersion:String = 'old';
|
||||
[Bindable] public var numberOfModules:int = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user