From 8b0e27214708c9ae0b09e858e6996ec8b44737da Mon Sep 17 00:00:00 2001 From: Emmanuel Garcia Date: Tue, 3 Apr 2012 23:40:42 -0400 Subject: [PATCH] r3 --- turn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turn.js b/turn.js index a280b00..c2569c2 100644 --- a/turn.js +++ b/turn.js @@ -193,7 +193,7 @@ var has3d, } else { // This procedure makes the gradients for non-webkit browsers - // Hopefully this procedure will be reduced to one unique way for gradients + // It will be reduced to one unique way for gradients in next versions p0 = {x:p0.x/100 * obj.width(), y:p0.y/100 * obj.height()}; p1 = {x:p1.x/100 * obj.width(), y:p1.y/100 * obj.height()};