updating dbf.js .dbf file for Safari compatibility

This commit is contained in:
Kelton Manzanares 2020-02-10 18:30:19 -06:00 committed by GitHub
parent 39fe6292a3
commit 206ea6d789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
dbf.js
View File

@ -56,7 +56,7 @@
}
var DBF = function(url, callback){
if (!!url.lastModifiedDate)
if (!!(url.lastModifiedDate || url.lastModified))
this.handleFile(url, callback);
else
this.handleUri(url, callback);