From 8636f3bae547ace7d099a3ed516bf013dfe3858e Mon Sep 17 00:00:00 2001 From: bitpshr Date: Thu, 19 Apr 2018 15:12:04 -0400 Subject: Clean up JSDoc for background scripts --- app/scripts/lib/port-stream.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/scripts/lib/port-stream.js') diff --git a/app/scripts/lib/port-stream.js b/app/scripts/lib/port-stream.js index 260530e63..5c4224fd9 100644 --- a/app/scripts/lib/port-stream.js +++ b/app/scripts/lib/port-stream.js @@ -8,7 +8,7 @@ inherits(PortDuplexStream, Duplex) /** * Creates a stream that's both readable and writable. - * The stream supports arbitrary JavaScript objects. + * The stream supports arbitrary objects. * * @class * @param {Object} port Remote Port object @@ -60,7 +60,7 @@ PortDuplexStream.prototype._read = noop * this writable stream. * * @private - * @param {*} msg Arbitrary JavaScript object to write + * @param {*} msg Arbitrary object to write * @param {string} encoding Encoding to use when writing payload * @param {Function} cb Called when writing is complete or an error occurs */ -- cgit