{"version":3,"sources":["node_modules\\react-native-web\\dist\\components\\Touchable\\BoundingDimensions.js"],"names":["PooledClass","require","twoArgumentPooler","BoundingDimensions","width","height","prototype","destructor","getPooledFromElement","element","getPooled","offsetWidth","offsetHeight","addPoolingTo","module","exports"],"mappings":";;;;;;;AAOA,GAAIA,aAAYC,QAAQ,0BAAR,CAAhB;;AAEA,GAAIC,mBAAkBF,YAAYE,iBAAlC;;;;;;;;;AASA,QAASC,mBAAT,CAA4BC,KAA5B,CAAkCC,MAAlC,CAAyC;AACzC,KAAKD,KAAL,CAAWA,KAAX;AACA,KAAKC,MAAL,CAAYA,MAAZ;AACC;;AAEDF,mBAAmBG,SAAnB,CAA6BC,UAA7B,CAAwC,UAAU;AAClD,KAAKH,KAAL,CAAW,IAAX;AACA,KAAKC,MAAL,CAAY,IAAZ;AACC,CAHD;;;;;;AASAF,mBAAmBK,oBAAnB,CAAwC,SAASC,OAAT,CAAiB;AACzD,MAAON,oBAAmBO,SAAnB,CAA6BD,QAAQE,WAArC,CAAiDF,QAAQG,YAAzD,CAAP;AACC,CAFD;;AAIAZ,YAAYa,YAAZ,CAAyBV,kBAAzB,CAA4CD,iBAA5C;;AAEAY,OAAOC,OAAP,CAAeZ,kBAAf","file":"BoundingDimensions.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["\n\n\n\n\n\n\nvar PooledClass=require('../../vendor/PooledClass');\n\nvar twoArgumentPooler=PooledClass.twoArgumentPooler;\n\n\n\n\n\n\n\n\nfunction BoundingDimensions(width,height){\nthis.width=width;\nthis.height=height;\n}\n\nBoundingDimensions.prototype.destructor=function(){\nthis.width=null;\nthis.height=null;\n};\n\n\n\n\n\nBoundingDimensions.getPooledFromElement=function(element){\nreturn BoundingDimensions.getPooled(element.offsetWidth,element.offsetHeight);\n};\n\nPooledClass.addPoolingTo(BoundingDimensions,twoArgumentPooler);\n\nmodule.exports=BoundingDimensions;"]}