Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.979 | IterationStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 626 | Closure/closure/goog/fx/draglistgroup.js |
2 | 2 | 629 | Closure/closure/goog/fx/draglistgroup.js |
| ||||
// Clear all the bounds info stored on the drag lists and drag elements. // Note: IE doesn't allow 'delete' for fields on HTML elements (because // they're not real JS objects in IE), so we just set them to undefined. for (var i= 0, n= this.dragLists_.length; i< n; i++) { this.dragLists_[i].dlgBounds_= null; } |
| ||||
for (var i= 0, n= this.dragItems_.length; i< n; i++) { this.dragItems_[i].dlgBounds_= null; } |
| |||
// Clear all the bounds info stored on the drag lists and drag elements. // Note: IE doesn't allow 'delete' for fields on HTML elements (because // they're not real JS objects in IE), so we just set them to undefined. for (var i=0, n=this. [[#variable21587b00]].length; i<n; i++) { this. [[#variable21587b00]][i].dlgBounds_=null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21587b00]] | dragLists_ |
1 | 2 | [[#21587b00]] | dragItems_ |