ga defect
This commit is contained in:
parent
e83710fb02
commit
4715698f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ export default {
|
|||
},
|
||||
|
||||
prependActionToMethod(object, method, actionToPrepend) {
|
||||
let baseMethodName = method.name.startsWith('bound ') ? method.name.substring(6) : method.name ;
|
||||
const baseMethodName = method.name.startsWith('bound ') ? method.name.substring(6) : method.name ;
|
||||
const baseMethod = object[baseMethodName];
|
||||
object[baseMethodName] = function () {
|
||||
actionToPrepend.apply(this, arguments);
|
||||
|
|
|
|||
Loading…
Reference in a new issue