Skip to content

Commit 44059aa

Browse files
committed
Build new version of js from coffee
1 parent ac07801 commit 44059aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/simple-slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var __slice = [].slice,
6161
});
6262
}
6363
this.dragger.css({
64-
marginTop: this.dragger.outerWidth() / -2,
64+
marginTop: this.dragger.outerHeight() / -2,
6565
marginLeft: this.dragger.outerWidth() / -2
6666
});
6767
this.track.mousedown(function(e) {

js/simple-slider.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)