~bcsaller/juju-gui/update-reductions

« back to all changes in this revision

Viewing changes to app/views/service.js

  • Committer: Gary Poster
  • Date: 2012-09-21 06:00:19 UTC
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: gary.poster@canonical.com-20120921060019-soza5t5s96wij1ig
a few more cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
  var ServiceRelations = Y.Base.create(
50
50
      'ServiceRelationsView', Y.View, [views.JujuBaseView], {
51
 
 
52
51
        template: Templates['service-relations'],
53
 
 
54
52
        initializer: function() {
55
 
          Y.mix(this, exposeButtonMixin, undefined, undefined, undefined, true);
 
53
          Y.mix(
 
54
              this, exposeButtonMixin, undefined, undefined, undefined, true);
56
55
        },
57
 
 
58
56
        render: function() {
59
57
          var container = this.get('container'),
60
58
              db = this.get('db'),