From d328cc4a2f83753284a2bd65293e210378d3876a Mon Sep 17 00:00:00 2001 From: jlukic Date: Sat, 2 Nov 2013 14:32:00 -0400 Subject: [PATCH] Updates browser support to include safari 6> and opera 12.1> --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 9076c96ee..cc2277a8f 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -204,6 +204,8 @@ module.exports = function(grunt) { browsers: [ 'last 2 version', '> 1%', + 'opera 12.1', + 'safari 6', 'ie 9', 'bb 10', 'android 4'