Add missing semicolon

This commit is contained in:
charles bourasseau
2013-11-28 11:17:38 +01:00
committed by Andrew Grieve
parent 74ea6bf00a
commit e646a0840d
+1 -1
View File
@@ -31,7 +31,7 @@ public class __ACTIVITY__ extends CordovaActivity
super.init();
// Set by <content src="index.html" /> in config.xml
super.loadUrl(Config.getStartUrl());
//super.loadUrl("file:///android_asset/www/index.html")
//super.loadUrl("file:///android_asset/www/index.html");
}
}