mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
Issue #106: Typo in LocalFileSystem.prototype._castDate
This commit is contained in:
parent
740e50ce61
commit
8da5ad8eca
@ -1044,7 +1044,7 @@ LocalFileSystem.prototype._castDate = function(pluginResult) {
|
||||
file.type = pluginResult.message.type;
|
||||
file.name = pluginResult.message.name;
|
||||
file.fullPath = pluginResult.message.fullPath;
|
||||
file.lastModifedDate = new Date(pluginResult.message.lastModifiedDate);
|
||||
file.lastModifiedDate = new Date(pluginResult.message.lastModifiedDate);
|
||||
pluginResult.message = file;
|
||||
}
|
||||
return pluginResult;
|
||||
|
Loading…
Reference in New Issue
Block a user