mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 04:32:49 +00:00
6 lines
70 B
JavaScript
Vendored
6 lines
70 B
JavaScript
Vendored
module.exports = {
|
|
disableUpdate: function()
|
|
{
|
|
return false;
|
|
}
|
|
} |