aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-01-02 21:37:20 +0100
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-01-02 21:37:20 +0100
commit34568182ef64f9bdc1025f25835fbaae18f194c6 (patch)
tree74daea822108a3469f4fa14fca3e361a048a061d
parent19029d2c1df7198906e806e12cd42dd63459845b (diff)
downloadimpress.js-34568182ef64f9bdc1025f25835fbaae18f194c6.tar.gz
impressive... how did it work before?!
-rw-r--r--js/impress.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/impress.js b/js/impress.js
index cf9db25..a50b88d 100644
--- a/js/impress.js
+++ b/js/impress.js
@@ -74,7 +74,7 @@
var rotate = function ( r, revert ) {
var rX = " rotateX(" + r.x + "deg) ",
rY = " rotateY(" + r.y + "deg) ",
- rZ = " rotatez(" + r.z + "deg) ";
+ rZ = " rotateZ(" + r.z + "deg) ";
return revert ? rZ+rY+rX : rX+rY+rZ;
};