UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

14 lines (9 loc) 299 B
"use strict"; function FakeRestrictedInput(options) { this.inputElement = options.element; } FakeRestrictedInput.prototype.getUnformattedValue = function () { return this.inputElement.value; }; FakeRestrictedInput.prototype.setPattern = function () {}; module.exports = FakeRestrictedInput;