Skip to content

Commit 344df2b

Browse files
committed
Force update sortablejs to 1.5.0-rc1 (or later versions)
1 parent e97ff9a commit 344df2b

File tree

5 files changed

+10100
-8516
lines changed

5 files changed

+10100
-8516
lines changed

dist/react-sortable.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory(require("react"), require("react-dom"), require("sortablejs"));
@@ -57,7 +57,7 @@ return /******/ (function(modules) { // webpackBootstrap
5757

5858
'use strict';
5959

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; };
6161

6262
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; };
6363

@@ -94,7 +94,7 @@ return /******/ (function(modules) { // webpackBootstrap
9494
_inherits(_class, _React$Component);
9595

9696
function _class() {
97-
var _Object$getPrototypeO;
97+
var _ref;
9898

9999
var _temp, _this, _ret;
100100

@@ -104,7 +104,7 @@ return /******/ (function(modules) { // webpackBootstrap
104104
args[_key] = arguments[_key];
105105
}
106106

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);
108108
}
109109

110110
_createClass(_class, [{
@@ -166,11 +166,11 @@ return /******/ (function(modules) { // webpackBootstrap
166166
}, {
167167
key: 'render',
168168
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;
174174

175175
return _react2.default.DOM[tag]({ className: className, style: style }, children);
176176
}

dist/react-sortable.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)