Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 54e1e83

Browse files
committed
Changed the position JSDoc description
1 parent cc15bbc commit 54e1e83

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/LiveDevelopment/transports/node/WebSocketTransportDomain.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,15 @@
2121
*
2222
*/
2323

24-
/*eslint-env node */
25-
/*jslint node: true */
26-
2724
/**
2825
* WebSocketTransportDomain creates a websocket server for Live Preview
2926
* It receives the message containing tagID from the Remote Client(onClick)
3027
* and emits an event which is listened by WebSocketTransport which
3128
* brings the cursor to the tag corresponding to that particular tagID
3229
*/
3330

31+
/*eslint-env node */
32+
/*jslint node: true */
3433
"use strict";
3534

3635
var WebSocketServer = require("ws").Server;

0 commit comments

Comments
 (0)