Blame view

vendor/bower-asset/jquery.inputmask/js/global/document.js 160 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
6
if (typeof define === "function" && define.amd)
	define(function () {
		return document;
	});
else if (typeof exports === "object")
	module.exports = document;