aboutsummaryrefslogtreecommitdiffstats
path: root/asdfghjkl.js
diff options
context:
space:
mode:
Diffstat (limited to 'asdfghjkl.js')
-rw-r--r--asdfghjkl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/asdfghjkl.js b/asdfghjkl.js
index 1f48516..7826a48 100644
--- a/asdfghjkl.js
+++ b/asdfghjkl.js
@@ -98,7 +98,7 @@ let PLUGIN_INFO = xml`
function around (obj, name, func) {
let next = obj[name];
obj[name] = function ()
- let (self = this, args = arguments)
+ let (self = this, args = Array.from(arguments))
func.call(self,
function () next.apply(self, args),
args);