2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-07-03 22:46:31 +00:00
greenlock.js/lib/default-handlers.js
2015-12-15 03:51:41 -08:00

6 lines
111 B
JavaScript

'use strict';
module.exports.agreeToTerms = function (args, agree) {
agree(args.agreeTos || args.agree);
};