55 else if ( typeof define === 'function' && define . amd )
66 define ( [ "react" , "react-dom" , "sortablejs" ] , factory ) ;
77 else if ( typeof exports === 'object' )
8- exports [ "SortableMixin " ] = factory ( require ( "react" ) , require ( "react-dom" ) , require ( "sortablejs" ) ) ;
8+ exports [ "Sortable " ] = factory ( require ( "react" ) , require ( "react-dom" ) , require ( "sortablejs" ) ) ;
99 else
10- root [ "SortableMixin " ] = factory ( root [ "React" ] , root [ "ReactDOM" ] , root [ "Sortable" ] ) ;
10+ root [ "Sortable " ] = factory ( root [ "React" ] , root [ "ReactDOM" ] , root [ "Sortable" ] ) ;
1111} ) ( this , function ( __WEBPACK_EXTERNAL_MODULE_1__ , __WEBPACK_EXTERNAL_MODULE_2__ , __WEBPACK_EXTERNAL_MODULE_3__ ) {
1212return /******/ ( function ( modules ) { // webpackBootstrap
1313/******/ // The module cache
@@ -57,11 +57,6 @@ return /******/ (function(modules) { // webpackBootstrap
5757
5858 'use strict' ;
5959
60- Object . defineProperty ( exports , "__esModule" , {
61- value : true
62- } ) ;
63- exports . default = undefined ;
64-
6560 var _typeof = typeof Symbol === "function" && typeof Symbol . iterator === "symbol" ? function ( obj ) { return typeof obj ; } : function ( obj ) { return obj && typeof Symbol === "function" && obj . constructor === Symbol ? "symbol" : typeof obj ; } ;
6661
6762 var _createClass = function ( ) { function defineProperties ( target , props ) { for ( var i = 0 ; i < props . length ; i ++ ) { var descriptor = props [ i ] ; descriptor . enumerable = descriptor . enumerable || false ; descriptor . configurable = true ; if ( "value" in descriptor ) descriptor . writable = true ; Object . defineProperty ( target , descriptor . key , descriptor ) ; } } return function ( Constructor , protoProps , staticProps ) { if ( protoProps ) defineProperties ( Constructor . prototype , protoProps ) ; if ( staticProps ) defineProperties ( Constructor , staticProps ) ; return Constructor ; } ; } ( ) ;
@@ -113,24 +108,24 @@ return /******/ (function(modules) { // webpackBootstrap
113108 return target ;
114109 } ;
115110
116- var _default = ( _temp2 = _class = function ( _React$Component ) {
117- _inherits ( _default , _React$Component ) ;
111+ module . exports = ( _temp2 = _class = function ( _React$Component ) {
112+ _inherits ( _class , _React$Component ) ;
118113
119- function _default ( ) {
114+ function _class ( ) {
120115 var _Object$getPrototypeO ;
121116
122117 var _temp , _this , _ret ;
123118
124- _classCallCheck ( this , _default ) ;
119+ _classCallCheck ( this , _class ) ;
125120
126121 for ( var _len2 = arguments . length , args = Array ( _len2 ) , _key2 = 0 ; _key2 < _len2 ; _key2 ++ ) {
127122 args [ _key2 ] = arguments [ _key2 ] ;
128123 }
129124
130- return _ret = ( _temp = ( _this = _possibleConstructorReturn ( this , ( _Object$getPrototypeO = Object . getPrototypeOf ( _default ) ) . call . apply ( _Object$getPrototypeO , [ this ] . concat ( args ) ) ) , _this ) , _this . sortable = null , _temp ) , _possibleConstructorReturn ( _this , _ret ) ;
125+ return _ret = ( _temp = ( _this = _possibleConstructorReturn ( this , ( _Object$getPrototypeO = Object . getPrototypeOf ( _class ) ) . call . apply ( _Object$getPrototypeO , [ this ] . concat ( args ) ) ) , _this ) , _this . sortable = null , _temp ) , _possibleConstructorReturn ( _this , _ret ) ;
131126 }
132127
133- _createClass ( _default , [ {
128+ _createClass ( _class , [ {
134129 key : 'componentDidMount' ,
135130 value : function componentDidMount ( ) {
136131 var _this2 = this ;
@@ -185,7 +180,7 @@ return /******/ (function(modules) { // webpackBootstrap
185180 }
186181 } ] ) ;
187182
188- return _default ;
183+ return _class ;
189184 } ( _react2 . default . Component ) , _class . propTypes = {
190185 options : _react2 . default . PropTypes . object ,
191186 onChange : _react2 . default . PropTypes . func ,
@@ -195,8 +190,6 @@ return /******/ (function(modules) { // webpackBootstrap
195190 tag : 'div'
196191 } , _temp2 ) ;
197192
198- exports . default = _default ;
199-
200193/***/ } ,
201194/* 1 */
202195/***/ function ( module , exports ) {
0 commit comments