mirror of
https://github.com/therootcompany/acme.js.git
synced 2024-11-16 17:29:00 +00:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
'use strict';
|
|
|
|
var UserAgent = module.exports;
|
|
UserAgent.get = function() {
|
|
return false;
|
|
};
|