{"version":3,"sources":["node_modules\\react-native-web\\dist\\components\\Touchable\\Position.js"],"names":["PooledClass","require","twoArgumentPooler","Position","left","top","prototype","destructor","addPoolingTo","module","exports"],"mappings":";;;;;;;AAOA;;AAEA,GAAIA,aAAYC,QAAQ,0BAAR,CAAhB;;AAEA,GAAIC,mBAAkBF,YAAYE,iBAAlC;;;;;;;;;;AAUA,QAASC,SAAT,CAAkBC,IAAlB,CAAuBC,GAAvB,CAA2B;AAC3B,KAAKD,IAAL,CAAUA,IAAV;AACA,KAAKC,GAAL,CAASA,GAAT;AACC;;AAEDF,SAASG,SAAT,CAAmBC,UAAnB,CAA8B,UAAU;AACxC,KAAKH,IAAL,CAAU,IAAV;AACA,KAAKC,GAAL,CAAS,IAAT;AACC,CAHD;;AAKAL,YAAYQ,YAAZ,CAAyBL,QAAzB,CAAkCD,iBAAlC;;AAEAO,OAAOC,OAAP,CAAeP,QAAf","file":"Position.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["\n\n\n\n\n\n\n'use strict';\n\nvar PooledClass=require('../../vendor/PooledClass');\n\nvar twoArgumentPooler=PooledClass.twoArgumentPooler;\n\n\n\n\n\n\n\n\n\nfunction Position(left,top){\nthis.left=left;\nthis.top=top;\n}\n\nPosition.prototype.destructor=function(){\nthis.left=null;\nthis.top=null;\n};\n\nPooledClass.addPoolingTo(Position,twoArgumentPooler);\n\nmodule.exports=Position;"]}