aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/skype/webview-unsafe.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/skype/webview-unsafe.js')
-rw-r--r--recipes/skype/webview-unsafe.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/skype/webview-unsafe.js b/recipes/skype/webview-unsafe.js
index 28f5e0e..a782464 100644
--- a/recipes/skype/webview-unsafe.js
+++ b/recipes/skype/webview-unsafe.js
@@ -1,4 +1,7 @@
1const nameDescriptor = Object.getOwnPropertyDescriptor(Plugin.prototype, 'name'); 1const nameDescriptor = Object.getOwnPropertyDescriptor(
2 Plugin.prototype,
3 'name',
4);
2const getName = nameDescriptor.get; 5const getName = nameDescriptor.get;
3Object.defineProperty(Plugin.prototype, 'name', { 6Object.defineProperty(Plugin.prototype, 'name', {
4 ...nameDescriptor, 7 ...nameDescriptor,