You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/bundle.js
+10-51Lines changed: 10 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -419,40 +419,6 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new Referen
419
419
420
420
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,enumerable: false,writable: true,configurable: true}});if(superClass)Object.setPrototypeOf ? Object.setPrototypeOf(subClass,superClass) : subClass.__proto__=superClass;}
@@ -1028,14 +994,7 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new Referen
1028
994
1029
995
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,enumerable: false,writable: true,configurable: true}});if(superClass)Object.setPrototypeOf ? Object.setPrototypeOf(subClass,superClass) : subClass.__proto__=superClass;}
1030
996
1031
-
/*:: import type {Props as ResizableProps} from './Resizable';*/
1032
-
/*:: type State = {width: number, height: number};*/
1033
-
/*:: type Size = {width: number, height: number};*/
1034
-
1035
-
1036
997
// An example use of Resizable.
1037
-
/*:: type ResizeData = {element: Element, size: Size};*/
1038
-
1039
998
varResizableBox=function(_React$Component){
1040
999
_inherits(ResizableBox,_React$Component);
1041
1000
@@ -1051,7 +1010,7 @@ var ResizableBox = function (_React$Component) {
0 commit comments