mohangk / chatyuk

A simple React.js based web chat room that should be easily embed-able on a HTML page
24 stars 10 forks source link

introduce jshint, use strict, fix corresponding errors #8

Closed sillylogger closed 9 years ago

sillylogger commented 9 years ago

Get strict with things, makes useage of window & document more explicit -- eg: app/message_formatters/link_finder.js

mohangk commented 9 years ago

Thanks this is super useful. I can't merge it in right away - will do it later tonight.

mohangk commented 9 years ago

Merged