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