Skip to content

Commit

Permalink
Build new version of js from coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Mar 19, 2014
1 parent ac07801 commit 44059aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/simple-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var __slice = [].slice,
});
}
this.dragger.css({
marginTop: this.dragger.outerWidth() / -2,
marginTop: this.dragger.outerHeight() / -2,
marginLeft: this.dragger.outerWidth() / -2
});
this.track.mousedown(function(e) {
Expand Down
4 changes: 2 additions & 2 deletions js/simple-slider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44059aa

Please sign in to comment.