OSDN Git Service

typo 修正: targetEdgesIngo => targetEdgesInfo
authorYoshihiro Yamazaki <yoya@awm.jp>
Sun, 30 Dec 2012 15:26:24 +0000 (00:26 +0900)
committerYoshihiro Yamazaki <yoya@awm.jp>
Sun, 30 Dec 2012 15:26:24 +0000 (00:26 +0900)
src/swf/shaperecords.js

index f164218..5d220e2 100644 (file)
@@ -275,7 +275,7 @@ FlappSWFShapeRecords.markFillEdgeLoop = function(fillEdges) {
                continue;
            }
            for (i2 = 0; i2 < l ; i2++) {
-               var targetEdgesIngo = edgesInfoList[i2];
+               var targetEdgesInfo = edgesInfoList[i2];
                if (targetEdgesInfo.prev !== null) {
                    continue;
                }