TranscendComputing / StackStudio

The front end for private and public clouds.
Other
2 stars 0 forks source link

Refactor Task: Centralize Backbone router functionality #106

Open lifeBCE opened 10 years ago

lifeBCE commented 10 years ago

Right now, we are registering jQuery bindings for router events in each view file. These could be and probably should be moved to the router.js file or another place where they are better organized and therefore better maintained.

Simply requiring a view file should not generate a jQuery binding.