~ya-bo-ng/juju-gui/bottom-bar-removed

« back to all changes in this revision

Viewing changes to app/views/topology/bundle.js

  • Committer: Benjamin Saller
  • Date: 2013-09-01 11:57:59 UTC
  • mto: This revision was merged to the branch mainline in revision 993.
  • Revision ID: bcsaller@gmail.com-20130901115759-w45ftl24dx5cf4tg
review feedback

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
  };
326
326
 
327
327
  /**
328
 
      Pans the canvas to the center all the services.
 
328
    Pans the canvas to the center all the services.
329
329
 
330
 
      @method panToCenter
331
 
      @param {object} evt The event fired.
332
 
      @return {undefined} Side effects only.
333
 
    */
 
330
    @method panToCenter
 
331
    @param {object} evt The event fired.
 
332
    @return {undefined} Side effects only.
 
333
  */
334
334
  BundleTopology.prototype.panToCenter = function() {
335
335
    var topo = this.topology;
336
336
    var vertices = topoUtils.serviceBoxesToVertices(topo.service_boxes);