mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Add missing semicolons to methods. Oops.
This commit is contained in:
@@ -158,7 +158,7 @@ Blockly.ScrollbarPair.prototype.set = function(x, y) {
|
||||
this.workspace_.setMetrics(xyRatio);
|
||||
this.hScroll.svgKnob_.setAttribute('x', hKnobValue);
|
||||
this.vScroll.svgKnob_.setAttribute('y', vKnobValue);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Helper to calculate the ratio of knob value to bar length.
|
||||
@@ -172,7 +172,7 @@ Blockly.ScrollbarPair.prototype.getRatio_ = function(knobValue, barLength) {
|
||||
return 0;
|
||||
}
|
||||
return ratio;
|
||||
}
|
||||
};
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user