SteamedPears / Code-Review

A web app for reviewing code (and other text), written in node.js using redis as the persistent store.
http://review.steamedpears.com
ISC License
1 stars 2 forks source link

Change tutorial modes on comment editor show/hide (fixes #162) #163

Closed psimonyi closed 11 years ago

psimonyi commented 11 years ago

This is not the elegant solution. It seems the 'mode' should be a property of the view, and other modules, such as tutorial, should be able to read the current mode and listen for 'mode-change' events.