loopj / jquery-simple-slider

Unobtrusive numerical slider plugin for jQuery
194 stars 113 forks source link

Typo Bug @ simple-slider.js line 64 #55

Closed Myrinia closed 10 years ago

Myrinia commented 10 years ago

this.dragger.css({ marginTop: this.dragger.outerWidth() / -2, marginLeft: this.dragger.outerWidth() / -2 });

should be this.dragger.css({ marginTop: this.dragger.outerHeight() / -2, marginLeft: this.dragger.outerWidth() / -2 });

loopj commented 10 years ago

Thanks @Myrinia !