Skip to content

Commit

Permalink
Fixing overrides I accidentally made in the conflict merges
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Feb 24, 2013
1 parent 56ac350 commit 8813c25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config-all.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"test/css/vmaxunit",
"test/css/vminunit",
"test/css/vwunit",
"test/css/wrapflow",
"test/dom/classlist",
"test/dom/createElement-attrs",
"test/dom/dataset",
Expand Down
2 changes: 1 addition & 1 deletion feature-detects/forms/fileinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define(['Modernizr', 'createElement'], function( Modernizr, createElement ) {
// don't support it (iphone, ipad, etc).

Modernizr.addTest('fileinput', function() {
if(navigator.userAgent.match(/(Android (1.0|1.1|1.5|1.6|2.0|2.1))|(Windows Phone (OS 7|8.0)|(XBLWP)|(ZuneWP)|(w(eb)?OSBrowser)|(webOS)|Pre\/1.2|Kindle\/(1.0|2.0|2.5|3.0))/)) {
if(navigator.userAgent.match(/(Android (1.0|1.1|1.5|1.6|2.0|2.1))|(Windows Phone (OS 7|8.0))|(XBLWP)|(ZuneWP)|(w(eb)?OSBrowser)|(webOS)|(Kindle\/(1.0|2.0|2.5|3.0))/)) {
return false;
}
var elem = createElement('input');
Expand Down
1 change: 1 addition & 0 deletions modular.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ <h1>Config JSON</h1>
"test/css/vmaxunit",
"test/css/vminunit",
"test/css/vwunit",
"test/css/wrapflow",
"test/dom/classlist",
"test/dom/createElement-attrs",
"test/dom/dataset",
Expand Down

0 comments on commit 8813c25

Please sign in to comment.