Skip to content

Commit 1d8b40b

Browse files
committed
Stylistic change. Use tabs and more var statements instead of spaces
1 parent 54425d2 commit 1d8b40b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Source/Element/Element.Position.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ var local = Element.Position = {
6565
},
6666

6767
setOffsetOption: function(element, options){
68-
var parentOffset = {x: 0, y: 0},
69-
parentScroll = {x: 0, y: 0},
70-
offsetParent = element.measure(function(){
71-
return document.id(this.getOffsetParent());
72-
});
68+
var parentOffset = {x: 0, y: 0};
69+
var parentScroll = {x: 0, y: 0};
70+
var offsetParent = element.measure(function(){
71+
return document.id(this.getOffsetParent());
72+
});
7373

7474
if (!offsetParent || offsetParent == element.getDocument().body) return;
7575

0 commit comments

Comments
 (0)