summaryrefslogtreecommitdiff
path: root/js/codeq/comms.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/comms.js')
-rw-r--r--js/codeq/comms.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/codeq/comms.js b/js/codeq/comms.js
index c2ad715..8b89cde 100644
--- a/js/codeq/comms.js
+++ b/js/codeq/comms.js
@@ -121,6 +121,11 @@
return send('query', query);
},
+ sendHint: function commsSendHint (json) {
+ json['sid'] = codeq.sid;
+ return send('hint', json);
+ },
+
sendTest: function commsSendTest (json) {
json['sid'] = codeq.sid;
return send('test', json);