mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +00:00
6 lines
70 B
JavaScript
Vendored
6 lines
70 B
JavaScript
Vendored
module.exports = {
|
|
disableUpdate: function()
|
|
{
|
|
return false;
|
|
}
|
|
} |