indentation

master
ibrierley 2015-07-06 12:39:41 +02:00
parent 75dbd66561
commit 92caa0a8d7
1 changed files with 2 additions and 3 deletions

View File

@ -550,7 +550,6 @@ svgedit.path.Segment.prototype.moveCtrl = function(num, dx, dy) {
var pts = [cloneItem.x,cloneItem.y, var pts = [cloneItem.x,cloneItem.y,
cloneItem.x1,cloneItem.y1, cloneItem.x2,cloneItem.y2]; cloneItem.x1,cloneItem.y1, cloneItem.x2,cloneItem.y2];
// end fix // end fix
@ -584,8 +583,8 @@ svgedit.path.Path = function(elem) {
svgedit.path.Path.prototype.init = function() { svgedit.path.Path.prototype.init = function() {
// Hide all grips, etc // Hide all grips, etc
//fixed, needed to work on all found elements, not just first //fixed, needed to work on all found elements, not just first
$(svgedit.path.getGripContainer()).find('*').each( function() { $(this).attr('display', 'none') }); $(svgedit.path.getGripContainer()).find('*').each( function() { $(this).attr('display', 'none') });
var segList = this.elem.pathSegList; var segList = this.elem.pathSegList;
var len = segList.numberOfItems; var len = segList.numberOfItems;