File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -432,11 +432,11 @@ return true; // xxx disable this check for now; it was causing confusion at Scra
432
432
g. lineStyle (2 , commentLineColor);
433
433
for (var i: int = 0 ; i < numChildren ; i++ ) {
434
434
var c : ScratchComment = getChildAt (i) as ScratchComment;
435
- if (c && c . blockRef) updateCommetConnection (c , g);
435
+ if (c && c . blockRef) updateCommentConnection (c , g);
436
436
}
437
437
}
438
438
439
- private function updateCommetConnection (c :ScratchComment , g :Graphics ):void {
439
+ private function updateCommentConnection (c :ScratchComment , g :Graphics ):void {
440
440
// Update the position of the given comment based on the position of the
441
441
// block it references and update the line connecting it to that block.
442
442
if (! c . blockRef) return ;
You can’t perform that action at this time.
0 commit comments