Remove trailing spaces
This commit is contained in:
parent
6af1757084
commit
a884f948d3
1 changed files with 1 additions and 1 deletions
2
yui/src/rearrange/js/rearrange.js
vendored
2
yui/src/rearrange/js/rearrange.js
vendored
|
@ -151,7 +151,7 @@ Y.extend(Rearrange, Y.Base, {
|
||||||
this.setBoundaries();
|
this.setBoundaries();
|
||||||
this.setpositions();
|
this.setpositions();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the JS events for changing element positions.
|
* Creates the JS events for changing element positions.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue