mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 03:56:26 +02:00
Added api property to changedFunctions.
This commit is contained in:
parent
e9fbb7259e
commit
1abc681e3f
2 changed files with 8 additions and 12 deletions
|
@ -443,6 +443,9 @@
|
|||
}
|
||||
}
|
||||
};
|
||||
Object.keys(scope.changedFunctions).forEach(function(key){
|
||||
scope.changedFunctions[key].api = "canvas";
|
||||
});
|
||||
Object.keys(modifiedAudioAPI.changedFunctions).forEach(function(key){
|
||||
scope.changedFunctions[key] = modifiedAudioAPI.changedFunctions[key];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue