mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
npm update
This commit is contained in:
@@ -376,6 +376,7 @@ class Utilities {
|
||||
*/
|
||||
|
||||
static bindMethods(myClass, instance) {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
for (let myMethod of Object.getOwnPropertyNames(myClass.prototype)) {
|
||||
let excludeMethod =
|
||||
myMethod === "constructor" || myMethod === "bindMethods";
|
||||
|
||||
Reference in New Issue
Block a user