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
432432 g. lineStyle (2 , commentLineColor);
433433 for (var i: int = 0 ; i < numChildren ; i++ ) {
434434 var c : ScratchComment = getChildAt (i) as ScratchComment;
435- if (c && c . blockRef) updateCommetConnection (c , g);
435+ if (c && c . blockRef) updateCommentConnection (c , g);
436436 }
437437 }
438438
439- private function updateCommetConnection (c :ScratchComment , g :Graphics ):void {
439+ private function updateCommentConnection (c :ScratchComment , g :Graphics ):void {
440440 // Update the position of the given comment based on the position of the
441441 // block it references and update the line connecting it to that block.
442442 if (! c . blockRef) return ;
You can’t perform that action at this time.
0 commit comments