~bac/juju-gui/1103207

« back to all changes in this revision

Viewing changes to test/test_topology.js

  • Committer: Matthew Scott
  • Date: 2013-01-09 17:23:33 UTC
  • mfrom: (307 juju-gui)
  • mto: This revision was merged to the branch mainline in revision 312.
  • Revision ID: matthew.scott@canonical.com-20130109172333-ad6ndevmn5p44dz0
Merging with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    topo.setAttrs({container: container, db: db});
82
82
    topo.addModule(views.MegaModule);
83
83
    topo.addModule(views.PanZoomModule);
 
84
    topo.addModule(views.ViewportModule);
84
85
    return topo;
85
86
  }
86
87