angular / ngSocket

WebSocket support for angular
Apache License 2.0
204 stars 25 forks source link

The __defineGetter__ syntax is now deprecated per MDN #17

Open baki250 opened 10 years ago

baki250 commented 10 years ago

Hi The defineGetter syntax is now deprecated per MDN.

Will you provide a hotfix to use .

Thanks

Wildhoney commented 10 years ago

Use Socket.io :thumbsup:

jeffbcross commented 10 years ago

Yep, this should use defineProperty

baki250 commented 10 years ago

Yep done that, if you could update your codebase for others too, or i can merge my changes, whichever

baki250 commented 10 years ago

@Wildhoney Unfortunately the backend system doesnt support node :(