aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-01-02 22:39:09 +0100
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-01-02 22:39:09 +0100
commit755edaf60c5908cc828fdd658b95688bc0b6f5e4 (patch)
treeef26b695cc06589ec4acfe8e4181b2640242c70c
parent821cf549fc263905b63e21595fd6e86a39a6326c (diff)
downloadimpress.js-755edaf60c5908cc828fdd658b95688bc0b6f5e4.tar.gz
some trailing commas removed, so closure compiler doesn't complain
-rw-r--r--js/impress.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/impress.js b/js/impress.js
index a50b88d..2498f60 100644
--- a/js/impress.js
+++ b/js/impress.js
@@ -194,12 +194,12 @@
rotate: {
x: -parseInt(step.rotate.x, 10),
y: -parseInt(step.rotate.y, 10),
- z: -parseInt(step.rotate.z, 10),
+ z: -parseInt(step.rotate.z, 10)
},
scale: {
x: 1 / parseFloat(step.scale.x),
y: 1 / parseFloat(step.scale.y),
- z: 1 / parseFloat(step.scale.z),
+ z: 1 / parseFloat(step.scale.z)
},
translate: {
x: -step.translate.x,