Browse Source

Updates browser support to include safari 6> and opera 12.1>

pull/313/head
jlukic 11 years ago
parent
commit
d328cc4a2f
1 changed files with 2 additions and 0 deletions
  1. 2
      Gruntfile.js

2
Gruntfile.js

@ -204,6 +204,8 @@ module.exports = function(grunt) {
browsers: [ browsers: [
'last 2 version', 'last 2 version',
'> 1%', '> 1%',
'opera 12.1',
'safari 6',
'ie 9', 'ie 9',
'bb 10', 'bb 10',
'android 4' 'android 4'

Loading…
Cancel
Save