~makyo/juju-gui/duplicates-1095761

« back to all changes in this revision

Viewing changes to app/views/environment.js

  • Committer: Matthew Scott
  • Date: 2013-01-03 20:48:35 UTC
  • mfrom: (275.4.12 topology-relations)
  • Revision ID: matthew.scott@canonical.com-20130103204835-mgw2bm29ddjs9k3x
Relations Topology Module

Refactoring relations out of the mega topology module into its own module.  This is quite a big branch, and with undocumented methods and custom events, may get larger yet.  Requesting bcsaller as one reviewer.

R=
CC=
https://codereview.appspot.com/6999047

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
            // Bind all the behaviors we need as modules.
52
52
            topo.addModule(views.MegaModule);
53
53
            topo.addModule(views.PanZoomModule);
 
54
            topo.addModule(views.RelationModule);
54
55
 
55
56
            topo.addTarget(this);
56
57
            this.topo = topo;