mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-16 00:11:03 +08:00
Add missing semicolon
This commit is contained in:
parent
74ea6bf00a
commit
e646a0840d
@ -31,7 +31,7 @@ public class __ACTIVITY__ extends CordovaActivity
|
|||||||
super.init();
|
super.init();
|
||||||
// Set by <content src="index.html" /> in config.xml
|
// Set by <content src="index.html" /> in config.xml
|
||||||
super.loadUrl(Config.getStartUrl());
|
super.loadUrl(Config.getStartUrl());
|
||||||
//super.loadUrl("file:///android_asset/www/index.html")
|
//super.loadUrl("file:///android_asset/www/index.html");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user