diff --git a/spine-as3/spine-as3-example/.vscode/launch.json b/spine-as3/spine-as3-example/.vscode/launch.json index 30f73a3dfe..c70878d12b 100644 --- a/spine-as3/spine-as3-example/.vscode/launch.json +++ b/spine-as3/spine-as3-example/.vscode/launch.json @@ -1,11 +1,11 @@ { - "version": "0.2.0", - "configurations": [ - { - "type": "swf", - "request": "launch", - "name": "Launch spine-as3-example", - "preLaunchTask": "Compile debug" - } - ] + "version": "0.2.0", + "configurations": [ + { + "type": "swf", + "request": "launch", + "name": "Launch spine-as3-example", + "preLaunchTask": "Compile debug" + } + ] } \ No newline at end of file diff --git a/spine-as3/spine-as3-example/.vscode/tasks.json b/spine-as3/spine-as3-example/.vscode/tasks.json index 4712d514d4..55532e9946 100644 --- a/spine-as3/spine-as3-example/.vscode/tasks.json +++ b/spine-as3/spine-as3-example/.vscode/tasks.json @@ -1,10 +1,10 @@ { - "version": "2.0.0", - "tasks": [ - { - "label": "Compile debug", - "type": "actionscript", - "debug": true - } - ] + "version": "2.0.0", + "tasks": [ + { + "label": "Compile debug", + "type": "actionscript", + "debug": true + } + ] } \ No newline at end of file diff --git a/spine-as3/spine-as3-example/asconfig.json b/spine-as3/spine-as3-example/asconfig.json index 13c1202eaf..112063760c 100644 --- a/spine-as3/spine-as3-example/asconfig.json +++ b/spine-as3/spine-as3-example/asconfig.json @@ -1,17 +1,17 @@ { "compilerOptions": { - "output": "bin/spine-as3-example.swf", - "source-path": [ - "src", - "../spine-as3/src" - ], - "default-size": { - "width": 550, - "height": 500 - }, - "target-player": "32.0", - "swf-version": 43 - }, + "output": "bin/spine-as3-example.swf", + "source-path": [ + "src", + "../spine-as3/src" + ], + "default-size": { + "width": 550, + "height": 500 + }, + "target-player": "32.0", + "swf-version": 43 + }, "files": [ "src/spine/examples/Main.as" ] diff --git a/spine-as3/spine-as3/asconfig.json b/spine-as3/spine-as3/asconfig.json index a9204a80f2..51c8e81c1c 100644 --- a/spine-as3/spine-as3/asconfig.json +++ b/spine-as3/spine-as3/asconfig.json @@ -7,7 +7,7 @@ "include-sources": [ "src" ], - "output": "../spine-as3/lib/spine-as3.swc", - "target-player": "32.0" + "output": "../spine-as3/lib/spine-as3.swc", + "target-player": "32.0" } } \ No newline at end of file diff --git a/spine-as3/spine-as3/src/spine/animation/AnimationState.as b/spine-as3/spine-as3/src/spine/animation/AnimationState.as index aaea2e96d5..8ca9287561 100644 --- a/spine-as3/spine-as3/src/spine/animation/AnimationState.as +++ b/spine-as3/spine-as3/src/spine/animation/AnimationState.as @@ -618,7 +618,6 @@ package spine.animation { animationsChanged = false; propertyIDs.clear(); - var tracks = this.tracks; for (var i : int = 0, n : int = tracks.length; i < n; i++) { var entry : TrackEntry = tracks[i]; if (!entry) continue; diff --git a/spine-starling/spine-starling/asconfig.json b/spine-starling/spine-starling/asconfig.json index e4a1bc9af1..c309def0b3 100644 --- a/spine-starling/spine-starling/asconfig.json +++ b/spine-starling/spine-starling/asconfig.json @@ -6,13 +6,13 @@ "../../spine-as3/spine-as3/src" ], "include-sources": [ - "src", - "../../spine-as3/spine-as3/src" - ], - "external-library-path": [ - "starling-2.4.swc" - ], - "output": "lib/spine-starling.swc", - "target-player": "32.0" + "src", + "../../spine-as3/spine-as3/src" + ], + "external-library-path": [ + "starling-2.4.swc" + ], + "output": "lib/spine-starling.swc", + "target-player": "32.0" } } \ No newline at end of file