File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
bin/templates/project/assets/www Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- 2.4.0rc1
1+ 2.4.0rc2
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ <h1>Apache Cordova</h1>
3333 < p class ="event received "> Device is Ready</ p >
3434 </ div >
3535 </ div >
36- < script type ="text/javascript " src ="cordova-2.4.0rc1 .js "> </ script >
36+ < script type ="text/javascript " src ="cordova-2.4.0rc2 .js "> </ script >
3737 < script type ="text/javascript " src ="js/index.js "> </ script >
3838 < script type ="text/javascript ">
3939 app . initialize ( ) ;
Original file line number Diff line number Diff line change 1- // commit 71223711fb1591b1255d871140d959fd9095f0c3
1+ // Platform: android
22
3- // File generated at :: Mon Jan 21 2013 13:45:08 GMT-0800 (PST)
3+ // commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
4+
5+ // File generated at :: Wed Jan 30 2013 09:20:09 GMT-0500 (EST)
46
57/*
68 Licensed to the Apache Software Foundation (ASF) under one
Original file line number Diff line number Diff line change 1919< html >
2020 < head >
2121 < title > </ title >
22- < script src ="cordova-2.4.0rc1 .js "> </ script >
22+ < script src ="cordova-2.4.0rc2 .js "> </ script >
2323 </ head >
2424 < body >
2525
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Licensed to the Apache Software Foundation (ASF) under one
3939public class Device extends CordovaPlugin {
4040 public static final String TAG = "Device" ;
4141
42- public static String cordovaVersion = "2.4.0rc1 " ; // Cordova version
42+ public static String cordovaVersion = "2.4.0rc2 " ; // Cordova version
4343 public static String platform = "Android" ; // Device OS
4444 public static String uuid ; // Device UUID
4545
You can’t perform that action at this time.
0 commit comments