[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
siami
/
js
/
mask
/
inputmask
/
dist
/
inputmask
/
global
/
[
Home
]
File: document.js
/*! * global/document.js * https://github.com/RobinHerbots/Inputmask * Copyright (c) 2010 - 2017 Robin Herbots * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) * Version: 3.3.11 */ "function" == typeof define && define.amd ? define(function() { return document; }) : "object" == typeof exports && (module.exports = document);