From 755edaf60c5908cc828fdd658b95688bc0b6f5e4 Mon Sep 17 00:00:00 2001 From: Bartek Szopka Date: Mon, 2 Jan 2012 22:39:09 +0100 Subject: [PATCH] some trailing commas removed, so closure compiler doesn't complain --- js/impress.js | 4 ++-- 1 file 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,