1
0
Fork 0
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:
kkapsner 2018-06-21 00:09:07 +02:00
parent e9fbb7259e
commit 1abc681e3f
2 changed files with 8 additions and 12 deletions

View file

@ -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];
});