import from la bonne adresse and first refactoring for ouidade.com
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// test if IE userdata supported
|
||||
// msdn.microsoft.com/en-us/library/ms531424(v=vs.85).aspx
|
||||
// test by @stereobooster
|
||||
|
||||
Modernizr.addTest('userdata', function(){
|
||||
return !!document.createElement('div').addBehavior;
|
||||
});
|
||||
Reference in New Issue
Block a user