This commit is contained in:
Joe Bowser
2012-04-17 12:33:57 -07:00
7 changed files with 18 additions and 78 deletions
+7 -3
View File
@@ -1,6 +1,6 @@
// commit 9451ff3c5517ba9ba4a2c062633686bb3a993f52
// commit b2de4baa76a94ecb916619a536339ffee9ef6843
// File generated at :: Thu Apr 12 2012 16:36:23 GMT-0700 (PDT)
// File generated at :: Tue Apr 17 2012 12:19:35 GMT-0700 (PDT)
/*
Licensed to the Apache Software Foundation (ASF) under one
@@ -1005,7 +1005,11 @@ module.exports = {
db = originalOpenDatabase(name, version, desc, size);
}
catch (ex) {
db = null;
if (ex.code === 18) {
db = null;
} else {
throw ex;
}
}
if (db === null) {
+1
View File
@@ -122,6 +122,7 @@
<!-- update project files to reference cordova-x.x.x.min.js -->
<replaceregexp match="cordova(.*)\.js" replace="cordova-${version}.js" byline="true">
<fileset file="assets/www/index.html" />
<fileset file="../bin/templates/project/cordova/templates/project/assets/www/index.html" />
</replaceregexp>
<!-- This is sketchy, but it works, ${dblQuote} does not -->