Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename calcSliderTotals to getSliderTotals
  • Loading branch information
pudge committed Dec 20, 2006
1 parent 6286756 commit f465f35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions themes/slashcode/htdocs/images/comments.js
Expand Up @@ -970,8 +970,6 @@ function isInWindow(obj) {
}




/* code for the draggable threshold widget */

function partitionedRange( range, partitions ) {
Expand All @@ -988,7 +986,6 @@ function boundsToSizes( bounds, scaleFactor ) {
return sizes;
}


SCALE_BAND_HEIGHT = 20;

ABBR_BAR = 0;
Expand Down Expand Up @@ -1047,7 +1044,7 @@ YAHOO.slashdot.ThresholdWidget.prototype.setCounts = function( counts ) {


YAHOO.slashdot.ThresholdWidget.prototype._requestCounts = function() {
return calcSliderTotals(this.displayedTs[HIDE_BAR], this.displayedTs[ABBR_BAR]);
return getSliderTotals(this.displayedTs[HIDE_BAR], this.displayedTs[ABBR_BAR]);
}

YAHOO.slashdot.ThresholdWidget.prototype._onDragBar = function( whichBar ) {
Expand Down

0 comments on commit f465f35

Please sign in to comment.