add bower components to third party
This commit is contained in:
10
third_party/ui/bower_components/modernizr/feature-detects/custom-protocol-handler.js
vendored
Normal file
10
third_party/ui/bower_components/modernizr/feature-detects/custom-protocol-handler.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Custom protocol handler support
|
||||
http://developers.whatwg.org/timers.html#custom-handlers
|
||||
|
||||
Added by @benschwarz
|
||||
*/
|
||||
|
||||
Modernizr.addTest('customprotocolhandler', function () {
|
||||
return !!navigator.registerProtocolHandler;
|
||||
});
|
||||
Reference in New Issue
Block a user