code fixed

This commit is contained in:
Vladimir Enchev
2015-11-02 14:32:04 +02:00
parent e1399987a4
commit 750444a7b3

View File

@@ -220,8 +220,8 @@ global.__onUncaughtError = function (error: Error) {
var started: boolean = false;
exports.start = function () {
if (!started) {
started = true;
appModule.loadCss();
UIApplicationMain(0, null, null, exports.ios && exports.ios.delegate ? NSStringFromClass(exports.ios.delegate) : NSStringFromClass(Responder));
started = true;
}
}