-
- Downloads
[FIX] web: utils: fix typos in patch and unpatch
The use of 'this' to call other utils adds a restriction on the way utils are called from the outside: utils.patch(...); // works fine const patch = utils.patch; patch(...); // doesn't work
Please register or sign in to comment