mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
5 lines
128 B
JavaScript
5 lines
128 B
JavaScript
|
|
if (Object.prototype.hasOwnProperty('watch')) {
|
||
|
|
Object.prototype.watch = undefined;
|
||
|
|
Object.prototype.unwatch = undefined;
|
||
|
|
}
|