Rebuild with new rollup deps.

pull/220/head
Glen Cheney 6 years ago
parent 381eaadd2b
commit 29ee0fb6c9

23
dist/shuffle.js vendored

@ -27,7 +27,6 @@ E.prototype = {
self.off(name, listener);
callback.apply(ctx, arguments);
}
listener._ = callback;
return this.on(name, listener, ctx);
},
@ -207,14 +206,6 @@ var createClass = function () {
};
}();
var inherits = function (subClass, superClass) {
if (typeof superClass !== "function" && superClass !== null) {
throw new TypeError("Super expression must either be null or a function, not " + typeof superClass);
@ -231,16 +222,6 @@ var inherits = function (subClass, superClass) {
if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
};
var possibleConstructorReturn = function (self, call) {
if (!self) {
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
@ -457,8 +438,8 @@ var e = document.createElement('div');
e.style.cssText = 'width:10px;padding:2px;box-sizing:border-box;';
element.appendChild(e);
var _window$getComputedSt = window.getComputedStyle(e, null);
var width = _window$getComputedSt.width;
var _window$getComputedSt = window.getComputedStyle(e, null),
width = _window$getComputedSt.width;
var ret = width === '10px';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -27,7 +27,6 @@ E.prototype = {
self.off(name, listener);
callback.apply(ctx, arguments);
}
listener._ = callback;
return this.on(name, listener, ctx);
},
@ -207,14 +206,6 @@ var createClass = function () {
};
}();
var inherits = function (subClass, superClass) {
if (typeof superClass !== "function" && superClass !== null) {
throw new TypeError("Super expression must either be null or a function, not " + typeof superClass);
@ -231,16 +222,6 @@ var inherits = function (subClass, superClass) {
if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
};
var possibleConstructorReturn = function (self, call) {
if (!self) {
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
@ -457,8 +438,8 @@ var e = document.createElement('div');
e.style.cssText = 'width:10px;padding:2px;box-sizing:border-box;';
element.appendChild(e);
var _window$getComputedSt = window.getComputedStyle(e, null);
var width = _window$getComputedSt.width;
var _window$getComputedSt = window.getComputedStyle(e, null),
width = _window$getComputedSt.width;
var ret = width === '10px';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -70,6 +70,6 @@
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-uglify": "^3.0.0",
"sinon": "^5.0.0"
"sinon": "^4.4.0"
}
}

Loading…
Cancel
Save