From cdf3708a3ccddafdb4a90b716f19d83056335b6d Mon Sep 17 00:00:00 2001 From: Francisco Dans Date: Thu, 30 Apr 2015 13:00:34 +0200 Subject: [PATCH] doesn't add flag if firefox --- lib/torque/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/torque/core.js b/lib/torque/core.js index 8dbc481..f27f5ed 100644 --- a/lib/torque/core.js +++ b/lib/torque/core.js @@ -76,7 +76,7 @@ } var flags = { - sprites_to_images: userAgent().indexOf('Safari') === -1 + sprites_to_images: userAgent().indexOf('Safari') === -1 && userAgent().indexOf('Firefox') === -1 }; module.exports = {