Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 76 forks source link

io.sockets.in() function #155

Closed ogarod closed 10 years ago

ogarod commented 10 years ago

Nodeclipse JSDT-based editor treats 'in' as a reserved keyword, but there exists a widely used function by that name in the socket.io library.

https://github.com/LearnBoost/socket.io/wiki/Rooms#emitting-to-a-room

paulvi commented 10 years ago

seems to be similar to #70 issue

paulvi commented 10 years ago

@demonchild2112 closing as duplicate. The issue is about EcmaScript 5 support