From 450a7321d19878403c0dc7eebf7bec039c5db666 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 9 Feb 2016 17:38:16 +0700 Subject: [PATCH] Fix typo in util --- src/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.js b/src/util.js index 7de64a8f..ea3ee8f5 100644 --- a/src/util.js +++ b/src/util.js @@ -57,7 +57,7 @@ export default { /** * Get transferable objects to pass buffers with zero copy (similar to "pass by reference" in C++) * See: https://developer.mozilla.org/en-US/docs/Web/API/Worker/postMessage - * @param {Object} options the options object to be passed to the web worker + * @param {Object} obj the options object to be passed to the web worker * @return {Array} an array of binary data to be passed */ getTransferables: function(obj) {