RidersListRendererAccessory UI
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import openfl.system.Security;
|
||||
import business.Services;
|
||||
import com.adobe.cairngorm.control.CairngormEventDispatcher;
|
||||
import control.AppController;
|
||||
@@ -21,6 +22,10 @@ class LPTCManager2026 extends Application {
|
||||
|
||||
public function new() {
|
||||
super();
|
||||
|
||||
Security.allowDomain("*");
|
||||
Security.loadPolicyFile("https://lepetittrot.com/crossdomain.xml");
|
||||
|
||||
model = AppModelLocator.getInstance();
|
||||
services = new Services();
|
||||
appController = new AppController();
|
||||
|
||||
Reference in New Issue
Block a user