Merge pull request #800 from Pulsera/master

Commented out unused code
pull/2/head
Raymond Hill 7 years ago committed by GitHub
commit 3f07dd4094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -102,11 +102,11 @@ vAPI.shutdown.add(function() {
//}
// TODO: Web SQL
if ( window.openDatabase ) {
// if ( window.openDatabase ) {
// Sad:
// "There is no way to enumerate or delete the databases available for an origin from this API."
// Ref.: http://www.w3.org/TR/webdatabase/#databases
}
// }
}
catch (e) {
}

Loading…
Cancel
Save