Github user mattallenuk commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/889#discussion_r201429698
--- Diff:
gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/remote-connection.js
---
@@ -33,9 +33,11 @@ class RemoteConnection {
/**
* @abstract
* @param {Bytecode} bytecode
+ * @param {String} op Operation to perform, defaults to bytecode.
+ * @param {Object} args The arguments for the operation. Defaults to
--- End diff --
Yep missed that, sorry :)
---