matrix-js-sdk
cde93562
- Replace deprecated String.prototype.substr() (#2298)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Replace deprecated String.prototype.substr() (#2298) .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
References
#2298 - Replace deprecated String.prototype.substr()
Author
CommanderRoot
Parents
fbe81ad8
Loading