From 2ae51751d8b4fd6833fc8cbbc05cbc28d2245654 Mon Sep 17 00:00:00 2001 From: miripiruni Date: Fri, 3 May 2013 21:18:15 +0400 Subject: [PATCH] Shower::_applyTransform: refactoring for transform, forEach instead of copy/paste --- shower.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shower.js b/shower.js index c3b7f99..4c68574 100755 --- a/shower.js +++ b/shower.js @@ -242,7 +242,7 @@ window.shower = window.shower || (function(window, document, undefined) { 'MozTransform', 'msTransform', 'OTransform', - 'transform', + 'transform' ].forEach(function(prop) { body.style[prop] = transform; });