mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 08:01:53 +00:00
evernote导入丢失创建和更新时间 #75
https://github.com/leanote/desktop-app/issues/75
This commit is contained in:
3
node_modules/common.js
generated
vendored
3
node_modules/common.js
generated
vendored
@@ -48,6 +48,9 @@ var Common = {
|
||||
|
||||
return false;
|
||||
},
|
||||
isValidDate: function (d) {
|
||||
return Object.prototype.toString.call(d) === "[object Date]" && !isNaN(d.getTime());
|
||||
},
|
||||
_uuid: 1,
|
||||
uuid: function() {
|
||||
this._uuid++;
|
||||
|
Reference in New Issue
Block a user