~gary/juju-gui/service-header

« back to all changes in this revision

Viewing changes to app/views/environment.js

  • Committer: Gary Poster
  • Date: 2012-10-18 17:52:44 UTC
  • Revision ID: gary.poster@canonical.com-20121018175244-0jkdfkt3evd7tpjd
fix pre-existing lint issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
              self.set('potential_drop_point_service', null);
117
117
              self.set('potential_drop_point_rect', null);
118
118
              self.removeSVGClass(rect, 'hover');
119
 
              
 
119
 
120
120
              if (self.dragline) {
121
 
                self.dragline.attr('class', 
 
121
                self.dragline.attr('class',
122
122
                    'relation pending-relation dragline dragging');
123
123
              }
124
124
            }
1068
1068
          // Get rid of our drag line
1069
1069
          self.dragline.remove();
1070
1070
          self.buildingRelation = false;
1071
 
          self.cursorBox = null
 
1071
          self.cursorBox = null;
1072
1072
 
1073
1073
          // If we landed on a rect, add relation, otherwise, cancel.
1074
1074
          if (rect) {