{"version":3,"file":"commons-app-function-uncurry-this.js.68535e1226a6dc998ab4.js","mappings":"+GAAA,IAAIA,EAAc,EAAQ,MAEtBC,EAAoBC,SAASC,UAC7BC,EAAOH,EAAkBG,KACzBC,EAAOJ,EAAkBI,KACzBC,EAAcN,GAAeI,EAAKA,KAAKC,EAAMA,GAEjDE,EAAOC,QAAUR,EAAc,SAAUS,GACvC,OAAOA,GAAMH,EAAYG,EAC3B,EAAI,SAAUA,GACZ,OAAOA,GAAM,WACX,OAAOJ,EAAKK,MAAMD,EAAIE,UACxB,CACF,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/function-uncurry-this.js"],"sourcesContent":["var NATIVE_BIND = require('../internals/function-bind-native');\n\nvar FunctionPrototype = Function.prototype;\nvar bind = FunctionPrototype.bind;\nvar call = FunctionPrototype.call;\nvar uncurryThis = NATIVE_BIND && bind.bind(call, call);\n\nmodule.exports = NATIVE_BIND ? function (fn) {\n return fn && uncurryThis(fn);\n} : function (fn) {\n return fn && function () {\n return call.apply(fn, arguments);\n };\n};\n"],"names":["NATIVE_BIND","FunctionPrototype","Function","prototype","bind","call","uncurryThis","module","exports","fn","apply","arguments"],"sourceRoot":""}