Land #3117 - Add support for firefox 28 to os.js

bug/bundler_fix
sinn3r 2014-03-19 00:19:42 -05:00
commit a93265d5e9
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
1 changed files with 3 additions and 1 deletions

View File

@ -212,7 +212,9 @@ window.os_detect.getVersion = function(){
// Thanks to developer.mozilla.org "Firefox for developers" series for most
// of these.
// Release changelogs: http://www.mozilla.org/en-US/firefox/releases/
if (css_is_valid('cursor', 'cursor', 'grab')) {
if (css_is_valid('flex-wrap', 'flexWrap', 'nowrap')) {
ua_version = '28.0';
} else if (css_is_valid('cursor', 'cursor', 'grab')) {
ua_version = '27.0';
} else if (css_is_valid('image-orientation',
'imageOrientation',