1
- /*! react-sortablejs v1.1.2 | (c) 2016 Cheton Wu <[email protected] > | MIT | https://github.com/cheton/react-sortable */
1
+ /*! react-sortablejs v1.2.0 | (c) 2016 Cheton Wu <[email protected] > | MIT | https://github.com/cheton/react-sortable */
2
2
( function webpackUniversalModuleDefinition ( root , factory ) {
3
3
if ( typeof exports === 'object' && typeof module === 'object' )
4
4
module . exports = factory ( require ( "react" ) , require ( "react-dom" ) , require ( "sortablejs" ) ) ;
@@ -57,7 +57,7 @@ return /******/ (function(modules) { // webpackBootstrap
57
57
58
58
'use strict' ;
59
59
60
- 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 ; } ;
60
+ var _typeof = typeof Symbol === "function" && typeof Symbol . iterator === "symbol" ? function ( obj ) { return typeof obj ; } : function ( obj ) { return obj && typeof Symbol === "function" && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj ; } ;
61
61
62
62
var _extends = Object . assign || function ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] ; for ( var key in source ) { if ( Object . prototype . hasOwnProperty . call ( source , key ) ) { target [ key ] = source [ key ] ; } } } return target ; } ;
63
63
@@ -94,7 +94,7 @@ return /******/ (function(modules) { // webpackBootstrap
94
94
_inherits ( _class , _React$Component ) ;
95
95
96
96
function _class ( ) {
97
- var _Object$getPrototypeO ;
97
+ var _ref ;
98
98
99
99
var _temp , _this , _ret ;
100
100
@@ -104,7 +104,7 @@ return /******/ (function(modules) { // webpackBootstrap
104
104
args [ _key ] = arguments [ _key ] ;
105
105
}
106
106
107
- 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 ) ;
107
+ return _ret = ( _temp = ( _this = _possibleConstructorReturn ( this , ( _ref = _class . __proto__ || Object . getPrototypeOf ( _class ) ) . call . apply ( _ref , [ this ] . concat ( args ) ) ) , _this ) , _this . sortable = null , _temp ) , _possibleConstructorReturn ( _this , _ret ) ;
108
108
}
109
109
110
110
_createClass ( _class , [ {
@@ -166,11 +166,11 @@ return /******/ (function(modules) { // webpackBootstrap
166
166
} , {
167
167
key : 'render' ,
168
168
value : function render ( ) {
169
- var _props = this . props ;
170
- var children = _props . children ;
171
- var className = _props . className ;
172
- var tag = _props . tag ;
173
- var style = _props . style ;
169
+ var _props = this . props ,
170
+ children = _props . children ,
171
+ className = _props . className ,
172
+ tag = _props . tag ,
173
+ style = _props . style ;
174
174
175
175
return _react2 . default . DOM [ tag ] ( { className : className , style : style } , children ) ;
176
176
}
0 commit comments