forked from github/cordova-android
Issue #106: Typo in LocalFileSystem.prototype._castDate
This commit is contained in:
parent
85eb6e4997
commit
ff7de25b62
@ -1044,7 +1044,7 @@ LocalFileSystem.prototype._castDate = function(pluginResult) {
|
|||||||
file.type = pluginResult.message.type;
|
file.type = pluginResult.message.type;
|
||||||
file.name = pluginResult.message.name;
|
file.name = pluginResult.message.name;
|
||||||
file.fullPath = pluginResult.message.fullPath;
|
file.fullPath = pluginResult.message.fullPath;
|
||||||
file.lastModifedDate = new Date(pluginResult.message.lastModifiedDate);
|
file.lastModifiedDate = new Date(pluginResult.message.lastModifiedDate);
|
||||||
pluginResult.message = file;
|
pluginResult.message = file;
|
||||||
}
|
}
|
||||||
return pluginResult;
|
return pluginResult;
|
||||||
|
Loading…
Reference in New Issue
Block a user