Compare commits

..

4 Commits

Author SHA1 Message Date
macdonst 7bb34dea14 Merge branch 'master' of git://github.com/phonegap/phonegap-android 2011-07-29 00:02:07 -04:00
macdonst 004453b03f Upping version to 1.0.0 2011-07-29 12:01:46 +08:00
macdonst a1edf92fa4 Merge branch 'master' of git://github.com/phonegap/phonegap-android 2011-07-28 23:58:09 -04:00
macdonst e28458869f Issue #185: Fix mis-spelling in file.js 2011-07-29 11:56:29 +08:00
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
1.0.0rc3
1.0.0
+1 -1
View File
@@ -5,7 +5,7 @@
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>PhoneGap</title>
<link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script type="text/javascript" charset="utf-8" src="phonegap-1.0.0rc3.js"></script>
<script type="text/javascript" charset="utf-8" src="phonegap-1.0.0.js"></script>
<script type="text/javascript" charset="utf-8" src="main.js"></script>
</head>
+2 -2
View File
@@ -172,7 +172,7 @@ FileReader.prototype.abort = function() {
}
// If abort callback
if (typeof this.onabort === "function") {
this.oneabort({"type":"abort", "target":this});
this.onabort({"type":"abort", "target":this});
}
// If load end callback
if (typeof this.onloadend === "function") {
@@ -431,7 +431,7 @@ FileWriter.prototype.abort = function() {
}
// If abort callback
if (typeof this.onabort === "function") {
this.oneabort({"type":"abort", "target":this});
this.onabort({"type":"abort", "target":this});
}
this.readyState = FileWriter.DONE;
+1 -1
View File
@@ -1,7 +1,7 @@
<html>
<head>
<title></title>
<script src="phonegap-1.0.0rc3.js"></script>
<script src="phonegap-1.0.0.js"></script>
</head>
<body>
+1 -1
View File
@@ -18,7 +18,7 @@ import android.provider.Settings;
public class Device extends Plugin {
public static String phonegapVersion = "1.0.0rc3"; // PhoneGap version
public static String phonegapVersion = "1.0.0"; // PhoneGap version
public static String platform = "Android"; // Device OS
public static String uuid; // Device UUID